h

hibernate-core

A module of the Hibernate Core project
http://hibernate.org
GNU Lesser General Public License
Hibernate.org
The Hibernate Development Team
Files download
File Operation
hibernate-core-4.0.0.CR7.jar download
hibernate-core-4.0.0.CR7.pom download
hibernate-core-4.0.0.CR7-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-core</artifactId>
  <version>4.0.0.CR7</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-core:4.0.0.CR7'
Gradle Kotlin
implementation("org.hibernate:hibernate-core:4.0.0.CR7")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-core" % "4.0.0.CR7"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-core', version='4.0.0.CR7')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-core" rev="4.0.0.CR7" />
Leiningen
[org.hibernate/hibernate-core "4.0.0.CR7"]
Apache Buildr
'org.hibernate:hibernate-core:jar:4.0.0.CR7'