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