is not current version
Last Version 5.6.2.Final

org.hibernate:hibernate-tools 5.6.0.Beta1

Hibernate Tools

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-tools
Version

Version

5.6.0.Beta1
Type

Type

jar

Download hibernate-tools 5.6.0.Beta1


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