is not current version
Last Version 3.3.0.ga

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

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.CR1
Type

Type

jar

Download hibernate-commons-annotations 3.1.0.CR1


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