h

hibernate-jcache

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