e

ehcache-core

Internal ehcache-core module. This artifact is not meant to be used directly
Files download
File Operation
ehcache-core-2.7.3.jar download
ehcache-core-2.7.3.pom download
ehcache-core-2.7.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.ehcache.internal</groupId>
  <artifactId>ehcache-core</artifactId>
  <version>2.7.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache.internal:ehcache-core:2.7.3'
Gradle Kotlin
implementation("net.sf.ehcache.internal:ehcache-core:2.7.3")
Scala SBT
libraryDependencies += "net.sf.ehcache.internal" % "ehcache-core" % "2.7.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache.internal', module='ehcache-core', version='2.7.3')
)
Apache Ivy
<dependency org="net.sf.ehcache.internal" name="ehcache-core" rev="2.7.3" />
Leiningen
[net.sf.ehcache.internal/ehcache-core "2.7.3"]
Apache Buildr
'net.sf.ehcache.internal:ehcache-core:jar:2.7.3'