e

ehcache-core

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