is not current version
Last Version 5.6.2.Final

org.hibernate:hibernate-tools 3.6.0.CR1

Hibernate Tools

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-tools
Version

Version

3.6.0.CR1
Type

Type

jar

Download hibernate-tools 3.6.0.CR1


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