c

commons-httpclient

The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
Apache License
Apache Software Foundation
Michael Becke Jeff Dever dIon Gillard Ortwin Glueck Sung-Gu Oleg Kalnichevski Sean C. Sullivan Adrian Sutton Rodney Waldhoff
Files download
File Operation
commons-httpclient-3.0.jar download
commons-httpclient-3.0.pom download
commons-httpclient-3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-httpclient</groupId>
  <artifactId>commons-httpclient</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'commons-httpclient:commons-httpclient:3.0'
Gradle Kotlin
implementation("commons-httpclient:commons-httpclient:3.0")
Scala SBT
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='commons-httpclient', module='commons-httpclient', version='3.0')
)
Apache Ivy
<dependency org="commons-httpclient" name="commons-httpclient" rev="3.0" />
Leiningen
[commons-httpclient/commons-httpclient "3.0"]
Apache Buildr
'commons-httpclient:commons-httpclient:jar:3.0'