Group Id org.hibernate
Artifact Id hibernate-annotations
Version 3.4.0.CR1
Packaging jar
URL -
Badge
Last Updated 2008-09-26T12:43:04+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.hibernate</groupId>
    <artifactId>hibernate-annotations</artifactId>
    <version>3.4.0.CR1</version>
</dependency>
implementation group: 'org.hibernate', name: 'hibernate-annotations', version: '3.4.0.CR1'
implementation 'org.hibernate:hibernate-annotations:3.4.0.CR1'
implementation("org.hibernate:hibernate-annotations:3.4.0.CR1")
libraryDependencies += "org.hibernate" % "hibernate-annotations" % "3.4.0.CR1"
<dependency org="org.hibernate" name="hibernate-annotations" rev="3.4.0.CR1"/>
@Grapes(
    @Grab(group='org.hibernate', module='hibernate-annotations', version='3.4.0.CR1')
)
[org.hibernate/hibernate-annotations "3.4.0.CR1"]
'org.hibernate:hibernate-annotations:3.4.0.CR1'