h

hibernate-tools

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