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
文件下载
文件名 操作
commons-httpclient-3.1-beta1.jar 下载
commons-httpclient-3.1-beta1.pom 下载
Apache Maven
<dependency>
  <groupId>commons-httpclient</groupId>
  <artifactId>commons-httpclient</artifactId>
  <version>3.1-beta1</version>
</dependency>
Gradle Groovy
implementation 'commons-httpclient:commons-httpclient:3.1-beta1'
Gradle Kotlin
implementation("commons-httpclient:commons-httpclient:3.1-beta1")
Scala SBT
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "3.1-beta1"
Groovy Grape
@Grapes(
  @Grab(group='commons-httpclient', module='commons-httpclient', version='3.1-beta1')
)
Apache Ivy
<dependency org="commons-httpclient" name="commons-httpclient" rev="3.1-beta1" />
Leiningen
[commons-httpclient/commons-httpclient "3.1-beta1"]
Apache Buildr
'commons-httpclient:commons-httpclient:jar:3.1-beta1'