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-6.0.3.Final.jar download
hibernate-commons-annotations-6.0.3.Final.pom download
hibernate-commons-annotations-6.0.3.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hibernate.common</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>6.0.3.Final</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate.common:hibernate-commons-annotations:6.0.3.Final'
Gradle Kotlin
implementation("org.hibernate.common:hibernate-commons-annotations:6.0.3.Final")
Scala SBT
libraryDependencies += "org.hibernate.common" % "hibernate-commons-annotations" % "6.0.3.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.common', module='hibernate-commons-annotations', version='6.0.3.Final')
)
Apache Ivy
<dependency org="org.hibernate.common" name="hibernate-commons-annotations" rev="6.0.3.Final" />
Leiningen
[org.hibernate.common/hibernate-commons-annotations "6.0.3.Final"]
Apache Buildr
'org.hibernate.common:hibernate-commons-annotations:jar:6.0.3.Final'
Dependencies
The project has no third-party dependencies