is not current version
Last Version 3.5.6-Final

org.hibernate:hibernate-annotations 3.4.0.CR1

Annotations metadata for Hibernate

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-annotations
Version

Version

3.4.0.CR1
Type

Type

jar

Download hibernate-annotations 3.4.0.CR1


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