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