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.5.5.jar 下载
ehcache-core-2.5.5.pom 下载
ehcache-core-2.5.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache-core</artifactId>
  <version>2.5.5</version>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache-core:2.5.5'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache-core:2.5.5")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache-core" % "2.5.5"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache-core', version='2.5.5')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache-core" rev="2.5.5" />
Leiningen
[net.sf.ehcache/ehcache-core "2.5.5"]
Apache Buildr
'net.sf.ehcache:ehcache-core:jar:2.5.5'