e

ehcache

This is a pom artifact to pull in ehcache-core and ehcache-terracotta for clustering. Make sure to set 'type' to 'pom' in your dependency.
http://ehcache.org
The Apache Software License, Version 2.0 Terracotta Public License
文件下载
文件名 操作
ehcache-2.6.7.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.ehcache</groupId>
  <artifactId>ehcache</artifactId>
  <version>2.6.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.ehcache:ehcache:2.6.7'
Gradle Kotlin
implementation("net.sf.ehcache:ehcache:2.6.7")
Scala SBT
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.6.7"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.ehcache', module='ehcache', version='2.6.7')
)
Apache Ivy
<dependency org="net.sf.ehcache" name="ehcache" rev="2.6.7" />
Leiningen
[net.sf.ehcache/ehcache "2.6.7"]
Apache Buildr
'net.sf.ehcache:ehcache:jar:2.6.7'