e

ehcache

This is a pom artifact to pull in ehcache-core and ehcache-terracotta for clustering. Make sure to set 'type' to 'pom' in your dependency.
http://ehcache.org
The Apache Software License, Version 2.0 Terracotta Public License
Files download
File Operation
ehcache-2.5.7.pom download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>2.5.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache:2.5.7'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache:2.5.7")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.5.7"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache', version='2.5.7')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache" rev="2.5.7" />
Leiningen
[net.sf.ehcache/ehcache "2.5.7"]
Apache Buildr
'net.sf.ehcache:ehcache:jar:2.5.7'