h

hibernate-commons-annotations

Common reflection code used in support of annotation processing
http://hibernate.org
GNU LESSER GENERAL PUBLIC LICENSE
Hibernate.org
Emmanuel Bernard
文件下载
文件名 操作
hibernate-commons-annotations-4.0.3.Final.jar 下载
hibernate-commons-annotations-4.0.3.Final.pom 下载
hibernate-commons-annotations-4.0.3.Final-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.hibernate.common</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>4.0.3.Final</version>
</dependency>
Gradle Groovy
implementation 'org.hibernate.common:hibernate-commons-annotations:4.0.3.Final'
Gradle Kotlin
implementation("org.hibernate.common:hibernate-commons-annotations:4.0.3.Final")
Scala SBT
libraryDependencies += "org.hibernate.common" % "hibernate-commons-annotations" % "4.0.3.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.hibernate.common', module='hibernate-commons-annotations', version='4.0.3.Final')
)
Apache Ivy
<dependency org="org.hibernate.common" name="hibernate-commons-annotations" rev="4.0.3.Final" />
Leiningen
[org.hibernate.common/hibernate-commons-annotations "4.0.3.Final"]
Apache Buildr
'org.hibernate.common:hibernate-commons-annotations:jar:4.0.3.Final'