is not current version
Last Version 3.5.6-Final

org.hibernate:hibernate-annotations 3.2.0.cr3

EJB3-style annotations for Hibernate

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-annotations
Version

Version

3.2.0.cr3
Type

Type

jar

Download hibernate-annotations 3.2.0.cr3


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