h

hibernate-commons-annotations

JPMS Module-Info's for a few of the Jakarta Libraries just until they add them in themselves
文件下载
文件名 操作
hibernate-commons-annotations-0.70.0.1-rc1.jar 下载
hibernate-commons-annotations-0.70.0.1-rc1.pom 下载
hibernate-commons-annotations-0.70.0.1-rc1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>0.70.0.1-rc1</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:hibernate-commons-annotations:0.70.0.1-rc1'
Gradle Kotlin
implementation("com.guicedee.services:hibernate-commons-annotations:0.70.0.1-rc1")
Scala SBT
libraryDependencies += "com.guicedee.services" % "hibernate-commons-annotations" % "0.70.0.1-rc1"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='hibernate-commons-annotations', version='0.70.0.1-rc1')
)
Apache Ivy
<dependency org="com.guicedee.services" name="hibernate-commons-annotations" rev="0.70.0.1-rc1" />
Leiningen
[com.guicedee.services/hibernate-commons-annotations "0.70.0.1-rc1"]
Apache Buildr
'com.guicedee.services:hibernate-commons-annotations:jar:0.70.0.1-rc1'