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