e

ehcache-core

This is the ehcache core module. Pair it with other modules for added functionality.
http://ehcache.org
The Apache Software License, Version 2.0
文件下载
文件名 操作
ehcache-core-2.6.11.jar 下载
ehcache-core-2.6.11.pom 下载
ehcache-core-2.6.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache-core</artifactId>
  <version>2.6.11</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache-core:2.6.11'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache-core:2.6.11")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache-core" % "2.6.11"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache-core', version='2.6.11')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache-core" rev="2.6.11" />
Leiningen
[net.sf.ehcache/ehcache-core "2.6.11"]
Apache Buildr
'net.sf.ehcache:ehcache-core:jar:2.6.11'