| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаorg.ehcache.modules.clustered |
| Идентификатор | Идентификаторehcache-common |
| Версия | Версия3.9.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ehcache-common-3.9.1.pom | |
| ehcache-common-3.9.1.jar | 114 KB |
| ehcache-common-3.9.1-sources.jar | 59 KB |
| ehcache-common-3.9.1-javadoc.jar | 18 KB |
| Обзор |
<!-- 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"]