h

hibernate-tools-utils

Hibernate Tools Common Utilities
Files download
File Operation
hibernate-tools-utils-6.6.0.Alpha1.jar download
hibernate-tools-utils-6.6.0.Alpha1.pom download
hibernate-tools-utils-6.6.0.Alpha1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate.tool</groupId>
  <artifactId>hibernate-tools-utils</artifactId>
  <version>6.6.0.Alpha1</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate.tool:hibernate-tools-utils:6.6.0.Alpha1'
Gradle Kotlin
implementation("org.hibernate.tool:hibernate-tools-utils:6.6.0.Alpha1")
Scala SBT
libraryDependencies += "org.hibernate.tool" % "hibernate-tools-utils" % "6.6.0.Alpha1"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.tool', module='hibernate-tools-utils', version='6.6.0.Alpha1')
)
Apache Ivy
<dependency org="org.hibernate.tool" name="hibernate-tools-utils" rev="6.6.0.Alpha1" />
Leiningen
[org.hibernate.tool/hibernate-tools-utils "6.6.0.Alpha1"]
Apache Buildr
'org.hibernate.tool:hibernate-tools-utils:jar:6.6.0.Alpha1'