is not current version
Last Version 6.0.2.Final

org.hibernate.common:hibernate-commons-annotations 4.0.5.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

4.0.5.Final
Type

Type

jar

Download hibernate-commons-annotations 4.0.5.Final


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