| Categories |
CategoriesEhcache Data Caching |
|---|---|
| GroupId | GroupIdorg.codehaus.httpcache4j.storage |
| ArtifactId | ArtifactIdstorage-ehcache |
| Version | Version4.0-M1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storage-ehcache-4.0-M1.pom | |
| storage-ehcache-4.0-M1.jar | 8 KB |
| storage-ehcache-4.0-M1-tests.jar | 2 KB |
| storage-ehcache-4.0-M1-sources.jar | 3 KB |
| storage-ehcache-4.0-M1-javadoc.jar | 29 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-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation 'org.codehaus.httpcache4j.storage:storage-ehcache:4.0-M1'
// https://jarcasting.com/artifacts/org.codehaus.httpcache4j.storage/storage-ehcache/
implementation ("org.codehaus.httpcache4j.storage:storage-ehcache:4.0-M1")
'org.codehaus.httpcache4j.storage:storage-ehcache:jar:4.0-M1'
<dependency org="org.codehaus.httpcache4j.storage" name="storage-ehcache" rev="4.0-M1">
<artifact name="storage-ehcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.httpcache4j.storage', module='storage-ehcache', version='4.0-M1')
)
libraryDependencies += "org.codehaus.httpcache4j.storage" % "storage-ehcache" % "4.0-M1"
[org.codehaus.httpcache4j.storage/storage-ehcache "4.0-M1"]