is not current version
Last Version 3.5.6-Final

org.hibernate:hibernate-annotations 3.2.1.ga

EJB3-style annotations for Hibernate

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-annotations
Version

Version

3.2.1.ga
Type

Type

jar

Download hibernate-annotations 3.2.1.ga


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