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

net.sf.ehcache:ehcache 1.7.1

This is an ehcache pom module which provides commonly used modules

Категории

Категории

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

Группа

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

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

ehcache
Версия

Версия

1.7.1
Тип

Тип

pom

Скачать ehcache 1.7.1

Имя Файла Размер
ehcache-1.7.1.pom 3 KB
Обзор

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