is not current version
Last Version 5.6.2.Final

org.hibernate:hibernate-tools 3.2.0.beta8

Forward- and reverse-engineering tools for Eclipse and Ant.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-tools
Version

Version

3.2.0.beta8
Type

Type

jar

Download hibernate-tools 3.2.0.beta8


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-tools</artifactId>
    <version>3.2.0.beta8</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/
implementation 'org.hibernate:hibernate-tools:3.2.0.beta8'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/
implementation ("org.hibernate:hibernate-tools:3.2.0.beta8")
'org.hibernate:hibernate-tools:jar:3.2.0.beta8'
<dependency org="org.hibernate" name="hibernate-tools" rev="3.2.0.beta8">
  <artifact name="hibernate-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools', version='3.2.0.beta8')
)
libraryDependencies += "org.hibernate" % "hibernate-tools" % "3.2.0.beta8"
[org.hibernate/hibernate-tools "3.2.0.beta8"]