| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.robolectric | 
| ArtifactId | ArtifactIdshadows-httpclient | 
| Last Version | Last Version4.8.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhttpclient An alternative Android testing framework. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| shadows-httpclient-4.8.1.pom | |
| shadows-httpclient-4.8.1.jar | 44 KB | 
| shadows-httpclient-4.8.1-sources.jar | 24 KB | 
| shadows-httpclient-4.8.1-javadoc.jar | 490 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/ -->
<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>shadows-httpclient</artifactId>
    <version>4.8.1</version>
</dependency>// https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/
implementation 'org.robolectric:shadows-httpclient:4.8.1'// https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/
implementation ("org.robolectric:shadows-httpclient:4.8.1")'org.robolectric:shadows-httpclient:jar:4.8.1'<dependency org="org.robolectric" name="shadows-httpclient" rev="4.8.1">
  <artifact name="shadows-httpclient" type="jar" />
</dependency>@Grapes(
@Grab(group='org.robolectric', module='shadows-httpclient', version='4.8.1')
)libraryDependencies += "org.robolectric" % "shadows-httpclient" % "4.8.1"[org.robolectric/shadows-httpclient "4.8.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.robolectric : annotations | jar | 4.8.1 | 
| org.robolectric : shadowapi | jar | 4.8.1 | 
| org.robolectric : utils | jar | 4.8.1 | 
| org.apache.httpcomponents : httpclient | jar | 4.0.3 |