| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииEhcache Данные Caching |
| Группа | Группаorg.codehaus.httpcache4j.storage |
| Идентификатор | Идентификаторstorage-ehcache |
| Последняя версия | Последняя версия4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava HTTP cache :: Storage Engines :: EHCache
Storage using files
|
| Имя Файла | Размер |
|---|---|
| storage-ehcache-4.0.pom | |
| storage-ehcache-4.0.jar | 11 KB |
| storage-ehcache-4.0-tests.jar | 2 KB |
| storage-ehcache-4.0-sources.jar | 5 KB |
| storage-ehcache-4.0-javadoc.jar | 35 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</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation 'org.codehaus.httpcache4j.storage:storage-ehcache:4.0'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation ("org.codehaus.httpcache4j.storage:storage-ehcache:4.0")
'org.codehaus.httpcache4j.storage:storage-ehcache:jar:4.0'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-ehcache" rev="4.0">
<artifact name="storage-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-ehcache', version='4.0')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-ehcache" % "4.0"
[org.codehaus.httpcache4j.storage/storage-ehcache "4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.ehcache : ehcache-core | jar | 2.4.6 |
| org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0 |
| org.mockito : mockito-core | jar | 1.9.5 |
| junit : junit | jar | 4.11 |