h

hibernate-annotations

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