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