e

ehcache-distribution

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