is not current version
Last Version 5.1.1

org.codehaus.httpcache4j.storage:storage-file 5.0.0-M3

Storage using files

GroupId

GroupId

org.codehaus.httpcache4j.storage
ArtifactId

ArtifactId

storage-file
Version

Version

5.0.0-M3
Type

Type

jar

Download storage-file 5.0.0-M3


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