Last Version

Java HTTP cache 5.1.1

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

License

License

GroupId

GroupId

org.codehaus.httpcache4j
ArtifactId

ArtifactId

httpcache4j
Version

Version

5.1.1
Type

Type

pom
Description

Description

Java HTTP cache
HttpCache4j is a library for caching HTTP requests from a client.
Project URL

Project URL

https://github.com/httpcache4j/httpcache4j/
Source Code Management

Source Code Management

https://github.com/httpcache4j/httpcache4j/

Download httpcache4j 5.1.1

Filename Size
httpcache4j-5.1.1.pom 9 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • httpcache4j-core
  • httpcache4j-api
  • httpcache4j-storage-api
  • resolvers
  • storage
  • httpcache4j-it