e

ehcache-core

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