| Categories |
CategoriesEhcache Data Caching |
|---|---|
| GroupId | GroupIdorg.codehaus.httpcache4j.storage |
| ArtifactId | ArtifactIdstorage-ehcache |
| Version | Version2.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storage-ehcache-2.1.1.pom | |
| storage-ehcache-2.1.1.jar | 6 KB |
| storage-ehcache-2.1.1-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-ehcache</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation 'org.codehaus.httpcache4j.storage:storage-ehcache:2.1.1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation ("org.codehaus.httpcache4j.storage:storage-ehcache:2.1.1")
'org.codehaus.httpcache4j.storage:storage-ehcache:jar:2.1.1'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-ehcache" rev="2.1.1">
<artifact name="storage-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-ehcache', version='2.1.1')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-ehcache" % "2.1.1"
[org.codehaus.httpcache4j.storage/storage-ehcache "2.1.1"]