Categories |
CategoriesGUI User Interface Ehcache Data Caching Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdehcache |
Version | Version1.0.19.6-jre8 |
Type | Typejar |
Filename | Size |
---|---|
ehcache-1.0.19.6-jre8.pom | |
ehcache-1.0.19.6-jre8.jar | 1 MB |
ehcache-1.0.19.6-jre8-sources.jar | 4 KB |
ehcache-1.0.19.6-jre8-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/ehcache/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>ehcache</artifactId>
<version>1.0.19.6-jre8</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/ehcache/
implementation 'com.guicedee.services:ehcache:1.0.19.6-jre8'
// https://jarcasting.com/artifacts/com.guicedee.services/ehcache/
implementation ("com.guicedee.services:ehcache:1.0.19.6-jre8")
'com.guicedee.services:ehcache:jar:1.0.19.6-jre8'
<dependency org="com.guicedee.services" name="ehcache" rev="1.0.19.6-jre8">
<artifact name="ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='ehcache', version='1.0.19.6-jre8')
)
libraryDependencies += "com.guicedee.services" % "ehcache" % "1.0.19.6-jre8"
[com.guicedee.services/ehcache "1.0.19.6-jre8"]