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