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