h

hibernate-distribution

Builds the complete Hibernate distribution bundles
文件下载
文件名 操作
hibernate-distribution-3.5.0-CR-2.pom 下载
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-distribution</artifactId>
  <version>3.5.0-CR-2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-distribution:3.5.0-CR-2'
Gradle Kotlin
implementation("org.hibernate:hibernate-distribution:3.5.0-CR-2")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-distribution" % "3.5.0-CR-2"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-distribution', version='3.5.0-CR-2')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-distribution" rev="3.5.0-CR-2" />
Leiningen
[org.hibernate/hibernate-distribution "3.5.0-CR-2"]
Apache Buildr
'org.hibernate:hibernate-distribution:jar:3.5.0-CR-2'