h

hibernate-tools

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