Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdhibernate-jcache |
Version | Version1.0.2.9-jre12 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-jcache-1.0.2.9-jre12.pom | |
hibernate-jcache-1.0.2.9-jre12.jar | 14 KB |
hibernate-jcache-1.0.2.9-jre12-tests.jar | 532 bytes |
hibernate-jcache-1.0.2.9-jre12-sources.jar | 11 KB |
hibernate-jcache-1.0.2.9-jre12-javadoc.jar | 533 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/hibernate-jcache/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>hibernate-jcache</artifactId>
<version>1.0.2.9-jre12</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-jcache/
implementation 'com.guicedee.services:hibernate-jcache:1.0.2.9-jre12'
// https://jarcasting.com/artifacts/com.guicedee.services/hibernate-jcache/
implementation ("com.guicedee.services:hibernate-jcache:1.0.2.9-jre12")
'com.guicedee.services:hibernate-jcache:jar:1.0.2.9-jre12'
<dependency org="com.guicedee.services" name="hibernate-jcache" rev="1.0.2.9-jre12">
<artifact name="hibernate-jcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='hibernate-jcache', version='1.0.2.9-jre12')
)
libraryDependencies += "com.guicedee.services" % "hibernate-jcache" % "1.0.2.9-jre12"
[com.guicedee.services/hibernate-jcache "1.0.2.9-jre12"]