h

hibernate-annotations

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