| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаorg.ehcache.modules.clustered |
| Идентификатор | Идентификаторehcache-common |
| Версия | Версия3.9.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ehcache-common-3.9.2.pom | |
| ehcache-common-3.9.2.jar | 114 KB |
| ehcache-common-3.9.2-sources.jar | 59 KB |
| ehcache-common-3.9.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common/
implementation 'org.ehcache.modules.clustered:ehcache-common:3.9.2'
// https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common/
implementation ("org.ehcache.modules.clustered:ehcache-common:3.9.2")
'org.ehcache.modules.clustered:ehcache-common:jar:3.9.2'
<dependency org="org.ehcache.modules.clustered" name="ehcache-common" rev="3.9.2">
<artifact name="ehcache-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules.clustered', module='ehcache-common', version='3.9.2')
)
libraryDependencies += "org.ehcache.modules.clustered" % "ehcache-common" % "3.9.2"
[org.ehcache.modules.clustered/ehcache-common "3.9.2"]