is not current version
Last Version 1.0.1

org.ehcache:jcache 1.0.0

Ehcache's wrapper implementation of JSR107 - JCACHE.

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.ehcache
ArtifactId

ArtifactId

jcache
Version

Version

1.0.0
Type

Type

jar

Download jcache 1.0.0


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