Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.hibernate.tool |
ArtifactId | ArtifactIdhibernate-tools-utils |
Version | Version6.0.0.Alpha5 |
Type | Typejar |
<!-- 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.Alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-utils/
implementation 'org.hibernate.tool:hibernate-tools-utils:6.0.0.Alpha5'
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-utils/
implementation ("org.hibernate.tool:hibernate-tools-utils:6.0.0.Alpha5")
'org.hibernate.tool:hibernate-tools-utils:jar:6.0.0.Alpha5'
<dependency org="org.hibernate.tool" name="hibernate-tools-utils" rev="6.0.0.Alpha5">
<artifact name="hibernate-tools-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-utils', version='6.0.0.Alpha5')
)
libraryDependencies += "org.hibernate.tool" % "hibernate-tools-utils" % "6.0.0.Alpha5"
[org.hibernate.tool/hibernate-tools-utils "6.0.0.Alpha5"]