h

hibernate-annotations

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