h

hibernate-core

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