c

clients-httpclient

Responseresolver with Commons HttpClient
Files download
File Operation
clients-httpclient-1.0-RC4.jar download
clients-httpclient-1.0-RC4.pom download
clients-httpclient-1.0-RC4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.httpcache4j.clients</groupId>
  <artifactId>clients-httpclient</artifactId>
  <version>1.0-RC4</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.httpcache4j.clients:clients-httpclient:1.0-RC4'
Gradle Kotlin
implementation("org.codehaus.httpcache4j.clients:clients-httpclient:1.0-RC4")
Scala SBT
libraryDependencies += "org.codehaus.httpcache4j.clients" % "clients-httpclient" % "1.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.httpcache4j.clients', module='clients-httpclient', version='1.0-RC4')
)
Apache Ivy
<dependency org="org.codehaus.httpcache4j.clients" name="clients-httpclient" rev="1.0-RC4" />
Leiningen
[org.codehaus.httpcache4j.clients/clients-httpclient "1.0-RC4"]
Apache Buildr
'org.codehaus.httpcache4j.clients:clients-httpclient:jar:1.0-RC4'