Maven Dependency hibernate-core >> 5.0.11.specid

In this page we are giving Maven Dependency of cn.bestwu >> hibernate-core version5.0.11.specid

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of cn.bestwu >> hibernate-core version5.0.11.specid in your project.

In this page we are going to discuss about hibernate-core version 5.0.11.specid maven dependencies. Maven tool is project management tool which you use to manage your project and easily use hibernate-core version 5.0.11.specid dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of hibernate-core version 5.0.11.specid and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of hibernate-core version 5.0.11.specid

Maven dependency of hibernate-core version 5.0.11.specid:

<dependency>
	<groupId>cn.bestwu</groupId>
	<artifactId>hibernate-core</artifactId>
	<version>5.0.11.specid</version>
</dependency>

Gradle Dependency of hibernate-core version 5.0.11.specid

compile group: 'cn.bestwu', name: 'hibernate-core', version: '5.0.11.specid'

SBT Dependency of hibernate-core version 5.0.11.specid

libraryDependencies += "cn.bestwu" % "hibernate-core" % "5.0.11.specid"

Ivy Dependency of hibernate-core version 5.0.11.specid

<dependency org="cn.bestwu" name="hibernate-core" rev="5.0.11.specid"/>

Grape Dependency of hibernate-core version 5.0.11.specid

@Grapes(
    @Grab(group='cn.bestwu', module='hibernate-core', version='5.0.11.specid')
)

Leiningen Dependency of hibernate-core version 5.0.11.specid

[cn.bestwu/hibernate-core "5.0.11.specid"]

Buildr Dependency of hibernate-core version 5.0.11.specid

'cn.bestwu:hibernate-core:jar:5.0.11.specid'

Advertisements

Ads