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