e

ehcache-jcache

Ehcache's wrapper implementation of JSR107 - JCACHE.
Files download
File Operation
ehcache-jcache-1.5.0-0.5.jar download
ehcache-jcache-1.5.0-0.5.pom download
ehcache-jcache-1.5.0-0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache-jcache</artifactId>
  <version>1.5.0-0.5</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache-jcache:1.5.0-0.5'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache-jcache:1.5.0-0.5")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache-jcache" % "1.5.0-0.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache-jcache', version='1.5.0-0.5')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache-jcache" rev="1.5.0-0.5" />
Leiningen
[net.sf.ehcache/ehcache-jcache "1.5.0-0.5"]
Apache Buildr
'net.sf.ehcache:ehcache-jcache:jar:1.5.0-0.5'