| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.robolectric |
| ArtifactId | ArtifactIdshadows-httpclient |
| Version | Version3.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shadows-httpclient-3.8.pom | |
| shadows-httpclient-3.8.jar | 44 KB |
| shadows-httpclient-3.8-sources.jar | 24 KB |
| shadows-httpclient-3.8-javadoc.jar | 145 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-httpclient</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/
implementation 'org.robolectric:shadows-httpclient:3.8'
// https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/
implementation ("org.robolectric:shadows-httpclient:3.8")
'org.robolectric:shadows-httpclient:jar:3.8'
<dependency org="org.robolectric" name="shadows-httpclient" rev="3.8">
<artifact name="shadows-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-httpclient', version='3.8')
)
libraryDependencies += "org.robolectric" % "shadows-httpclient" % "3.8"
[org.robolectric/shadows-httpclient "3.8"]