is not current version
Last Version 4.0

org.codehaus.httpcache4j.storage:storage-ehcache 2.0

Storage using ehcache

Categories

Categories

Ehcache Data Caching
GroupId

GroupId

org.codehaus.httpcache4j.storage
ArtifactId

ArtifactId

storage-ehcache
Version

Version

2.0
Type

Type

jar

Download storage-ehcache 2.0


<!-- https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/ -->
<dependency>
    <groupId>org.codehaus.httpcache4j.storage</groupId>
    <artifactId>storage-ehcache</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation 'org.codehaus.httpcache4j.storage:storage-ehcache:2.0'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation ("org.codehaus.httpcache4j.storage:storage-ehcache:2.0")
'org.codehaus.httpcache4j.storage:storage-ehcache:jar:2.0'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-ehcache" rev="2.0">
  <artifact name="storage-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-ehcache', version='2.0')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-ehcache" % "2.0"
[org.codehaus.httpcache4j.storage/storage-ehcache "2.0"]