h

hibernate-commons-annotations

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