| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.robolectric | 
| ArtifactId | ArtifactIdhttpclient | 
| Last Version | Last Version3.4.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttpclient An alternative Android testing framework. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| httpclient-3.4.2.pom | |
| httpclient-3.4.2.jar | 44 KB | 
| httpclient-3.4.2-sources.jar | 24 KB | 
| httpclient-3.4.2-javadoc.jar | 145 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.robolectric/httpclient/ -->
<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>httpclient</artifactId>
    <version>3.4.2</version>
</dependency>// https://jarcasting.com/artifacts/org.robolectric/httpclient/
implementation 'org.robolectric:httpclient:3.4.2'// https://jarcasting.com/artifacts/org.robolectric/httpclient/
implementation ("org.robolectric:httpclient:3.4.2")'org.robolectric:httpclient:jar:3.4.2'<dependency org="org.robolectric" name="httpclient" rev="3.4.2">
  <artifact name="httpclient" type="jar" />
</dependency>@Grapes(
@Grab(group='org.robolectric', module='httpclient', version='3.4.2')
)libraryDependencies += "org.robolectric" % "httpclient" % "3.4.2"[org.robolectric/httpclient "3.4.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.robolectric : robolectric | jar | 3.4.2 | 
| junit : junit | jar | 4.12 | 
| org.assertj : assertj-core | jar | 3.8.0 | 
| org.mockito : mockito-core | jar | 2.5.4 | 
| org.robolectric : android-all | jar | 5.1.1_r9-robolectric-1 |