Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.robolectric |
ArtifactId | ArtifactIdshadows-httpclient |
Version | Version4.4-alpha-5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-httpclient</artifactId>
<version>4.4-alpha-5</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/
implementation 'org.robolectric:shadows-httpclient:4.4-alpha-5'
// https://jarcasting.com/artifacts/org.robolectric/shadows-httpclient/
implementation ("org.robolectric:shadows-httpclient:4.4-alpha-5")
'org.robolectric:shadows-httpclient:jar:4.4-alpha-5'
<dependency org="org.robolectric" name="shadows-httpclient" rev="4.4-alpha-5">
<artifact name="shadows-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-httpclient', version='4.4-alpha-5')
)
libraryDependencies += "org.robolectric" % "shadows-httpclient" % "4.4-alpha-5"
[org.robolectric/shadows-httpclient "4.4-alpha-5"]