h

hibernate-annotations

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