is not current version
Last Version 1.2.3

ehcache:ehcache 1.1

Ehcache is a pure Java, in-process cache with the following features: Fast, Simple, Acts as a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

ehcache
ArtifactId

ArtifactId

ehcache
Version

Version

1.1
Type

Type

jar

Download ehcache 1.1


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