License |
License |
---|---|
Categories |
CategoriesEhcache Data Caching |
GroupId | GroupIdorg.codehaus.httpcache4j.storage |
ArtifactId | ArtifactIdstorage-ehcache |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava HTTP cache :: Storage Engines :: EHCache
Storage using files
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.ehcache : ehcache-core | jar | 2.4.6 |
org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.httpcache4j : httpcache4j-storage-api | jar | 4.0 |
org.mockito : mockito-core | jar | 1.9.5 |
junit : junit | jar | 4.11 |