is not current version
Last Version 5.1.1

org.codehaus.httpcache4j:httpcache4j 4.0-M3

HttpCache4j is a library for caching HTTP requests from a client.

GroupId

GroupId

org.codehaus.httpcache4j
ArtifactId

ArtifactId

httpcache4j
Version

Version

4.0-M3
Type

Type

pom

Download httpcache4j 4.0-M3

Filename Size
httpcache4j-4.0-M3.pom 15 KB
Browse

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