Files download
File Operation
ehcache-1.3.0.jar download
ehcache-1.3.0.pom download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache:1.3.0'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache:1.3.0")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache', version='1.3.0')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache" rev="1.3.0" />
Leiningen
[net.sf.ehcache/ehcache "1.3.0"]
Apache Buildr
'net.sf.ehcache:ehcache:jar:1.3.0'