e

ehcache-jcache-parent

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