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.1.ga.jar download
hibernate-annotations-3.2.1.ga.pom download
hibernate-annotations-3.2.1.ga-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.2.1.ga</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-annotations:3.2.1.ga'
Gradle Kotlin
implementation("org.hibernate:hibernate-annotations:3.2.1.ga")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-annotations" % "3.2.1.ga"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-annotations', version='3.2.1.ga')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-annotations" rev="3.2.1.ga" />
Leiningen
[org.hibernate/hibernate-annotations "3.2.1.ga"]
Apache Buildr
'org.hibernate:hibernate-annotations:jar:3.2.1.ga'