Files download
File Operation
httpclient-4.3.6.jar download
httpclient-4.3.6.pom download
httpclient-4.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>cz.msebera.android</groupId>
  <artifactId>httpclient</artifactId>
  <version>4.3.6</version>
</dependency>
Gradle Groovy
implementation 'cz.msebera.android:httpclient:4.3.6'
Gradle Kotlin
implementation("cz.msebera.android:httpclient:4.3.6")
Scala SBT
libraryDependencies += "cz.msebera.android" % "httpclient" % "4.3.6"
Groovy Grape
@Grapes(
  @Grab(group='cz.msebera.android', module='httpclient', version='4.3.6')
)
Apache Ivy
<dependency org="cz.msebera.android" name="httpclient" rev="4.3.6" />
Leiningen
[cz.msebera.android/httpclient "4.3.6"]
Apache Buildr
'cz.msebera.android:httpclient:jar:4.3.6'
Dependencies
The project has no third-party dependencies