is not current version
Last Version 1.5.0-0.5

net.sf.ehcache:ehcache-jcache 1.1

The RI for JSR107 - JCACHE.

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache-jcache
Version

Version

1.1
Type

Type

jar

Download ehcache-jcache 1.1


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