is not current version
Last Version 6.0.2.Final

org.hibernate.common:hibernate-commons-annotations 5.0.2.Final

Common reflection code used in support of annotation processing

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate.common
ArtifactId

ArtifactId

hibernate-commons-annotations
Version

Version

5.0.2.Final
Type

Type

jar

Download hibernate-commons-annotations 5.0.2.Final


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