is not current version
Last Version 3.3.0.ga

org.hibernate:hibernate-commons-annotations 3.2.0.Final

Common reflection code used in support of annotation processing

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-commons-annotations
Version

Version

3.2.0.Final
Type

Type

jar

Download hibernate-commons-annotations 3.2.0.Final


<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/ -->
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-commons-annotations</artifactId>
    <version>3.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/
implementation 'org.hibernate:hibernate-commons-annotations:3.2.0.Final'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-commons-annotations/
implementation ("org.hibernate:hibernate-commons-annotations:3.2.0.Final")
'org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final'
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.2.0.Final">
  <artifact name="hibernate-commons-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.2.0.Final')
)
libraryDependencies += "org.hibernate" % "hibernate-commons-annotations" % "3.2.0.Final"
[org.hibernate/hibernate-commons-annotations "3.2.0.Final"]