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

org.ehcache.modules:ehcache-impl 3.0.0.m4

The implementation module of Ehcache 3

Категории

Категории

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

Группа

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

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

ehcache-impl
Версия

Версия

3.0.0.m4
Тип

Тип

jar

Скачать ehcache-impl 3.0.0.m4


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