h

hibernate-annotations

文件下载
文件名 操作
hibernate-annotations-3.1beta4.jar 下载
hibernate-annotations-3.1beta4.pom 下载
hibernate-annotations-3.1beta4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>hibernate</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.1beta4</version>
</dependency>
Gradle Groovy
implementation 'hibernate:hibernate-annotations:3.1beta4'
Gradle Kotlin
implementation("hibernate:hibernate-annotations:3.1beta4")
Scala SBT
libraryDependencies += "hibernate" % "hibernate-annotations" % "3.1beta4"
Groovy Grape
@Grapes(
  @Grab(group='hibernate', module='hibernate-annotations', version='3.1beta4')
)
Apache Ivy
<dependency org="hibernate" name="hibernate-annotations" rev="3.1beta4" />
Leiningen
[hibernate/hibernate-annotations "3.1beta4"]
Apache Buildr
'hibernate:hibernate-annotations:jar:3.1beta4'
本项目依赖