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-1.1.1.1-SP1.jar download
hibernate-commons-annotations-1.1.1.1-SP1.pom download
hibernate-commons-annotations-1.1.1.1-SP1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>hibernate-commons-annotations</artifactId>
  <version>1.1.1.1-SP1</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:hibernate-commons-annotations:1.1.1.1-SP1'
Gradle Kotlin
implementation("com.guicedee.services:hibernate-commons-annotations:1.1.1.1-SP1")
Scala SBT
libraryDependencies += "com.guicedee.services" % "hibernate-commons-annotations" % "1.1.1.1-SP1"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='hibernate-commons-annotations', version='1.1.1.1-SP1')
)
Apache Ivy
<dependency org="com.guicedee.services" name="hibernate-commons-annotations" rev="1.1.1.1-SP1" />
Leiningen
[com.guicedee.services/hibernate-commons-annotations "1.1.1.1-SP1"]
Apache Buildr
'com.guicedee.services:hibernate-commons-annotations:jar:1.1.1.1-SP1'