h

hibernate-annotations

Files download
File Operation
hibernate-annotations-3.0beta2.jar download
hibernate-annotations-3.0beta2.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.0beta2</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-annotations:3.0beta2'
Gradle Kotlin
implementation("org.hibernate:hibernate-annotations:3.0beta2")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-annotations" % "3.0beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-annotations', version='3.0beta2')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-annotations" rev="3.0beta2" />
Leiningen
[org.hibernate/hibernate-annotations "3.0beta2"]
Apache Buildr
'org.hibernate:hibernate-annotations:jar:3.0beta2'