h

hibernate-commons-annotations

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