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