is not current version
Last Version 1.1

com.daedafusion:cache-ehcache 1.0


Categories

Categories

Ehcache Data Caching
GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

cache-ehcache
Version

Version

1.0
Type

Type

jar

Download cache-ehcache 1.0


<!-- https://jarcasting.com/artifacts/com.daedafusion/cache-ehcache/ -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>cache-ehcache</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/cache-ehcache/
implementation 'com.daedafusion:cache-ehcache:1.0'
// https://jarcasting.com/artifacts/com.daedafusion/cache-ehcache/
implementation ("com.daedafusion:cache-ehcache:1.0")
'com.daedafusion:cache-ehcache:jar:1.0'
<dependency org="com.daedafusion" name="cache-ehcache" rev="1.0">
  <artifact name="cache-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='cache-ehcache', version='1.0')
)
libraryDependencies += "com.daedafusion" % "cache-ehcache" % "1.0"
[com.daedafusion/cache-ehcache "1.0"]