is not current version
Last Version 6.0.0.Beta2

org.hibernate.tool:hibernate-tools-utils 6.0.0.Alpha2

Hibernate Tools Common Utilities

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.tool
ArtifactId

ArtifactId

hibernate-tools-utils
Version

Version

6.0.0.Alpha2
Type

Type

jar

Download hibernate-tools-utils 6.0.0.Alpha2


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