не последняя версия
Последняя версия 2.10.9.2

net.sf.ehcache:ehcache 2.10.3

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.

Категории

Категории

Сеть Ehcache Данные Caching
Группа

Группа

net.sf.ehcache
Идентификатор

Идентификатор

ehcache
Версия

Версия

2.10.3
Тип

Тип

jar

Скачать ehcache 2.10.3


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