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.5.3.jar download
ehcache-core-2.5.3.pom download
ehcache-core-2.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache-core</artifactId>
  <version>2.5.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache-core:2.5.3'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache-core:2.5.3")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache-core" % "2.5.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache-core', version='2.5.3')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache-core" rev="2.5.3" />
Leiningen
[net.sf.ehcache/ehcache-core "2.5.3"]
Apache Buildr
'net.sf.ehcache:ehcache-core:jar:2.5.3'