h

hibernate-tools-utils

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