| Categories |
CategoriesEhcache Data Caching |
|---|---|
| GroupId | GroupIdorg.codehaus.httpcache4j.storage |
| ArtifactId | ArtifactIdstorage-ehcache |
| Version | Version4.0-RC3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/ -->
<dependency>
<groupId>org.codehaus.httpcache4j.storage</groupId>
<artifactId>storage-ehcache</artifactId>
<version>4.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation 'org.codehaus.httpcache4j.storage:storage-ehcache:4.0-RC3'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation ("org.codehaus.httpcache4j.storage:storage-ehcache:4.0-RC3")
'org.codehaus.httpcache4j.storage:storage-ehcache:jar:4.0-RC3'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-ehcache" rev="4.0-RC3">
<artifact name="storage-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-ehcache', version='4.0-RC3')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-ehcache" % "4.0-RC3"
[org.codehaus.httpcache4j.storage/storage-ehcache "4.0-RC3"]