| Категории |
КатегорииEhcache Данные Caching |
|---|---|
| Группа | Группаorg.ehcache.modules.clustered |
| Идентификатор | Идентификаторehcache-common-api |
| Версия | Версия3.9.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ehcache-common-api-3.9.1.pom | |
| ehcache-common-api-3.9.1.jar | 45 KB |
| ehcache-common-api-3.9.1-sources.jar | 23 KB |
| ehcache-common-api-3.9.1-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common-api/ -->
<dependency>
<groupId>org.ehcache.modules.clustered</groupId>
<artifactId>ehcache-common-api</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common-api/
implementation 'org.ehcache.modules.clustered:ehcache-common-api:3.9.1'
// https://jarcasting.com/artifacts/org.ehcache.modules.clustered/ehcache-common-api/
implementation ("org.ehcache.modules.clustered:ehcache-common-api:3.9.1")
'org.ehcache.modules.clustered:ehcache-common-api:jar:3.9.1'
<dependency org="org.ehcache.modules.clustered" name="ehcache-common-api" rev="3.9.1">
<artifact name="ehcache-common-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ehcache.modules.clustered', module='ehcache-common-api', version='3.9.1')
)
libraryDependencies += "org.ehcache.modules.clustered" % "ehcache-common-api" % "3.9.1"
[org.ehcache.modules.clustered/ehcache-common-api "3.9.1"]