h

httpcache4j

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