is not current version
Last Version 3.3.0.ga

org.hibernate:hibernate-commons-annotations 3.1.0.GA

Hibernate Commons Annotations is a utility project used by annotations based Hibernate sub-projects.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-commons-annotations
Version

Version

3.1.0.GA
Type

Type

jar

Download hibernate-commons-annotations 3.1.0.GA


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