h

hibernate-distribution

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