e

ehcache-core

This is the ehcache core module. Pair it with other modules for added functionality.
http://ehcache.org
The Apache Software License, Version 2.0
Files download
File Operation
ehcache-core-2.6.9.jar download
ehcache-core-2.6.9.pom download
ehcache-core-2.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache-core</artifactId>
  <version>2.6.9</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache-core:2.6.9'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache-core:2.6.9")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache-core" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache-core', version='2.6.9')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache-core" rev="2.6.9" />
Leiningen
[net.sf.ehcache/ehcache-core "2.6.9"]
Apache Buildr
'net.sf.ehcache:ehcache-core:jar:2.6.9'