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

org.ehcache.modules:ehcache-impl 3.9.0

The implementation module of Ehcache 3

Категории

Категории

Ehcache Данные Caching
Группа

Группа

org.ehcache.modules
Идентификатор

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

ehcache-impl
Версия

Версия

3.9.0
Тип

Тип

jar

Скачать ehcache-impl 3.9.0


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