h

hibernate-parent

JPMS Module-Info's for a few of the Jakarta Libraries. These will be removed as time goes by
Files download
File Operation
hibernate-parent-62.pom download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>hibernate-parent</artifactId>
  <version>62</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:hibernate-parent:62'
Gradle Kotlin
implementation("com.guicedee.services:hibernate-parent:62")
Scala SBT
libraryDependencies += "com.guicedee.services" % "hibernate-parent" % "62"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='hibernate-parent', version='62')
)
Apache Ivy
<dependency org="com.guicedee.services" name="hibernate-parent" rev="62" />
Leiningen
[com.guicedee.services/hibernate-parent "62"]
Apache Buildr
'com.guicedee.services:hibernate-parent:jar:62'