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