h

hibernate-annotations

EJB3-style annotations for Hibernate
http://annotations.hibernate.org
GNU LESSER GENERAL PUBLIC LICENSE
Files download
File Operation
hibernate-annotations-3.2.0.cr2.jar download
hibernate-annotations-3.2.0.cr2.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.2.0.cr2</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-annotations:3.2.0.cr2'
Gradle Kotlin
implementation("org.hibernate:hibernate-annotations:3.2.0.cr2")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-annotations" % "3.2.0.cr2"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-annotations', version='3.2.0.cr2')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-annotations" rev="3.2.0.cr2" />
Leiningen
[org.hibernate/hibernate-annotations "3.2.0.cr2"]
Apache Buildr
'org.hibernate:hibernate-annotations:jar:3.2.0.cr2'