h

hibernate-annotations

Files download
File Operation
hibernate-annotations-3.0alpha3.jar download
hibernate-annotations-3.0alpha3.pom download
Apache Maven
<dependency>
  <groupId>hibernate</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.0alpha3</version>
</dependency>
Gradle Groovy
implementation 'hibernate:hibernate-annotations:3.0alpha3'
Gradle Kotlin
implementation("hibernate:hibernate-annotations:3.0alpha3")
Scala SBT
libraryDependencies += "hibernate" % "hibernate-annotations" % "3.0alpha3"
Groovy Grape
@Grapes(
  @Grab(group='hibernate', module='hibernate-annotations', version='3.0alpha3')
)
Apache Ivy
<dependency org="hibernate" name="hibernate-annotations" rev="3.0alpha3" />
Leiningen
[hibernate/hibernate-annotations "3.0alpha3"]
Apache Buildr
'hibernate:hibernate-annotations:jar:3.0alpha3'
Dependencies
The project has no third-party dependencies