| License | License
                                                        Apache License, Version 2.0                                                 | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.apache.httpcomponents | 
| ArtifactId | ArtifactIdhttpclient-android | 
| Last Version | Last Version4.3.5.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHttpComponents Client for Android | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| httpclient-android-4.3.5.1.pom | |
| httpclient-android-4.3.5.1.jar | 496 KB | 
| httpclient-android-4.3.5.1-source.jar | 547 KB | 
| httpclient-android-4.3.5.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient-android/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient-android</artifactId>
    <version>4.3.5.1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient-android/
implementation 'org.apache.httpcomponents:httpclient-android:4.3.5.1'// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpclient-android/
implementation ("org.apache.httpcomponents:httpclient-android:4.3.5.1")'org.apache.httpcomponents:httpclient-android:jar:4.3.5.1'<dependency org="org.apache.httpcomponents" name="httpclient-android" rev="4.3.5.1">
  <artifact name="httpclient-android" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpclient-android', version='4.3.5.1')
)libraryDependencies += "org.apache.httpcomponents" % "httpclient-android" % "4.3.5.1"[org.apache.httpcomponents/httpclient-android "4.3.5.1"]