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