is not current version
Last Version 5.6.2.Final

org.hibernate:hibernate-tools 3.1.0.beta4

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.1.0.beta4
Type

Type

jar

Download hibernate-tools 3.1.0.beta4


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