h

hibernate-testing

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-testing-4.0.0.CR5.jar download
hibernate-testing-4.0.0.CR5.pom download
hibernate-testing-4.0.0.CR5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-testing</artifactId>
  <version>4.0.0.CR5</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-testing:4.0.0.CR5'
Gradle Kotlin
implementation("org.hibernate:hibernate-testing:4.0.0.CR5")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-testing" % "4.0.0.CR5"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-testing', version='4.0.0.CR5')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-testing" rev="4.0.0.CR5" />
Leiningen
[org.hibernate/hibernate-testing "4.0.0.CR5"]
Apache Buildr
'org.hibernate:hibernate-testing:jar:4.0.0.CR5'