is not current version
Last Version 1.5.0-0.5

net.sf.ehcache:ehcache-jcache 1.4.0-beta1

Ehcache's wrapper implementation of JSR107 - JCACHE.

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache-jcache
Version

Version

1.4.0-beta1
Type

Type

jar

Download ehcache-jcache 1.4.0-beta1


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