Group Id org.hibernate
Artifact Id hibernate-commons-annotations
Version 3.2.0.Final
Packaging jar
URL -
Badge
Last Updated 2010-03-09T08:41:53+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.2.0.Final</version>
</dependency>
implementation group: 'org.hibernate', name: 'hibernate-commons-annotations', version: '3.2.0.Final'
implementation 'org.hibernate:hibernate-commons-annotations:3.2.0.Final'
implementation("org.hibernate:hibernate-commons-annotations:3.2.0.Final")
libraryDependencies += "org.hibernate" % "hibernate-commons-annotations" % "3.2.0.Final"
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.2.0.Final"/>
@Grapes(
    @Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.2.0.Final')
)
[org.hibernate/hibernate-commons-annotations "3.2.0.Final"]
'org.hibernate:hibernate-commons-annotations:3.2.0.Final'