is not current version
Last Version 5.1.1

org.codehaus.httpcache4j.storage:storage-file 4.0-RC2

Storage using files

GroupId

GroupId

org.codehaus.httpcache4j.storage
ArtifactId

ArtifactId

storage-file
Version

Version

4.0-RC2
Type

Type

jar

Download storage-file 4.0-RC2


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