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

org.ehcache.modules.clustered:ehcache-common 3.9.1

The Common Clustering module of Ehcache 3

Категории

Категории

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

Группа

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

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

ehcache-common
Версия

Версия

3.9.1
Тип

Тип

jar

Скачать ehcache-common 3.9.1


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