h

hibernate-annotations

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