h

hibernate-annotations

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