is not current version
Last Version 2.10.9.2

net.sf.ehcache:ehcache 2.7.4

Ehcache is an open source, standards-based cache used to boost performance, offload the database and simplify scalability. Ehcache is robust, proven and full-featured and this has made it the most widely-used Java-based cache.

Categories

Categories

Net Ehcache Data Caching
GroupId

GroupId

net.sf.ehcache
ArtifactId

ArtifactId

ehcache
Version

Version

2.7.4
Type

Type

jar

Download ehcache 2.7.4


<!-- https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/ -->
<dependency>
    <groupId>net.sf.ehcache</groupId>
    <artifactId>ehcache</artifactId>
    <version>2.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/
implementation 'net.sf.ehcache:ehcache:2.7.4'
// https://jarcasting.com/artifacts/net.sf.ehcache/ehcache/
implementation ("net.sf.ehcache:ehcache:2.7.4")
'net.sf.ehcache:ehcache:jar:2.7.4'
<dependency org="net.sf.ehcache" name="ehcache" rev="2.7.4">
  <artifact name="ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ehcache', module='ehcache', version='2.7.4')
)
libraryDependencies += "net.sf.ehcache" % "ehcache" % "2.7.4"
[net.sf.ehcache/ehcache "2.7.4"]