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