Files download
File Operation
hibernate-tools-4.0.0-CR1.jar download
hibernate-tools-4.0.0-CR1.pom download
hibernate-tools-4.0.0-CR1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-tools</artifactId>
  <version>4.0.0-CR1</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-tools:4.0.0-CR1'
Gradle Kotlin
implementation("org.hibernate:hibernate-tools:4.0.0-CR1")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-tools" % "4.0.0-CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-tools', version='4.0.0-CR1')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-tools" rev="4.0.0-CR1" />
Leiningen
[org.hibernate/hibernate-tools "4.0.0-CR1"]
Apache Buildr
'org.hibernate:hibernate-tools:jar:4.0.0-CR1'