Group Id org.hibernate
Artifact Id hibernate-commons-annotations
Version 3.3.0.ga
Packaging jar
URL -
Badge
Last Updated 2007-05-15T13:32: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-commons-annotations</artifactId>
    <version>3.3.0.ga</version>
</dependency>
implementation group: 'org.hibernate', name: 'hibernate-commons-annotations', version: '3.3.0.ga'
implementation 'org.hibernate:hibernate-commons-annotations:3.3.0.ga'
implementation("org.hibernate:hibernate-commons-annotations:3.3.0.ga")
libraryDependencies += "org.hibernate" % "hibernate-commons-annotations" % "3.3.0.ga"
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.3.0.ga"/>
@Grapes(
    @Grab(group='org.hibernate', module='hibernate-commons-annotations', version='3.3.0.ga')
)
[org.hibernate/hibernate-commons-annotations "3.3.0.ga"]
'org.hibernate:hibernate-commons-annotations:3.3.0.ga'