is not current version
Last Version 3.1beta6

hibernate:hibernate-annotations 3.0beta1


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

hibernate
ArtifactId

ArtifactId

hibernate-annotations
Version

Version

3.0beta1
Type

Type

jar

Download hibernate-annotations 3.0beta1


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