h

httpcache4j

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