h

hibernate-commons-annotations

Common reflection code used in support of annotation processing
http://hibernate.org
GNU Library General Public License v2.1 or later
Hibernate.org
The Hibernate Development Team
Files download
File Operation
hibernate-commons-annotations-5.1.2.Final.jar download
hibernate-commons-annotations-5.1.2.Final.pom download
hibernate-commons-annotations-5.1.2.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate.common</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>5.1.2.Final</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate.common:hibernate-commons-annotations:5.1.2.Final'
Gradle Kotlin
implementation("org.hibernate.common:hibernate-commons-annotations:5.1.2.Final")
Scala SBT
libraryDependencies += "org.hibernate.common" % "hibernate-commons-annotations" % "5.1.2.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.common', module='hibernate-commons-annotations', version='5.1.2.Final')
)
Apache Ivy
<dependency org="org.hibernate.common" name="hibernate-commons-annotations" rev="5.1.2.Final" />
Leiningen
[org.hibernate.common/hibernate-commons-annotations "5.1.2.Final"]
Apache Buildr
'org.hibernate.common:hibernate-commons-annotations:jar:5.1.2.Final'