h

hibernate-annotations

文件下载
文件名 操作
hibernate-annotations-3.1beta5-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖