h

httpcache4j

HttpCache4j is a library for caching HTTP requests from a client.
https://github.com/httpcache4j/httpcache4j/
Apache License, Version 2.0
Erlend Hamnaberg
Files download
File Operation
httpcache4j-5.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.httpcache4j</groupId>
  <artifactId>httpcache4j</artifactId>
  <version>5.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.codehaus.httpcache4j:httpcache4j:5.0.0'
Gradle Kotlin
implementation("org.codehaus.httpcache4j:httpcache4j:5.0.0")
Scala SBT
libraryDependencies += "org.codehaus.httpcache4j" % "httpcache4j" % "5.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.httpcache4j', module='httpcache4j', version='5.0.0')
)
Apache Ivy
<dependency org="org.codehaus.httpcache4j" name="httpcache4j" rev="5.0.0" />
Leiningen
[org.codehaus.httpcache4j/httpcache4j "5.0.0"]
Apache Buildr
'org.codehaus.httpcache4j:httpcache4j:jar:5.0.0'
Dependencies