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