h

hibernate-tools

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