e

ehcache-jcache-parent

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