h

hibernate-commons-annotations

Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.
GNU LESSER GENERAL PUBLIC LICENSE
Files download
File Operation
hibernate-commons-annotations-3.0.0.ga.jar download
hibernate-commons-annotations-3.0.0.ga.pom download
Apache Maven
<dependency>
  <groupId>org.hibernate</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>3.0.0.ga</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate:hibernate-commons-annotations:3.0.0.ga'
Gradle Kotlin
implementation("org.hibernate:hibernate-commons-annotations:3.0.0.ga")
Scala SBT
libraryDependencies += "org.hibernate" % "hibernate-commons-annotations" % "3.0.0.ga"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.0.0.ga')
)
Apache Ivy
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.0.0.ga" />
Leiningen
[org.hibernate/hibernate-commons-annotations "3.0.0.ga"]
Apache Buildr
'org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga'