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