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/httpcomponents/httpclient-3.x/
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.1.jar download
commons-httpclient-3.1.pom download
commons-httpclient-3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>commons-httpclient</groupId>
  <artifactId>commons-httpclient</artifactId>
  <version>3.1</version>
</dependency>
Gradle Groovy
implementation 'commons-httpclient:commons-httpclient:3.1'
Gradle Kotlin
implementation("commons-httpclient:commons-httpclient:3.1")
Scala SBT
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "3.1"
Groovy Grape
@Grapes(
  @Grab(group='commons-httpclient', module='commons-httpclient', version='3.1')
)
Apache Ivy
<dependency org="commons-httpclient" name="commons-httpclient" rev="3.1" />
Leiningen
[commons-httpclient/commons-httpclient "3.1"]
Apache Buildr
'commons-httpclient:commons-httpclient:jar:3.1'