GroupId | GroupIdorg.robolectric |
---|---|
ArtifactId | ArtifactIdshadows-playservices |
Version | Version4.2 |
Type | Typejar |
Filename | Size |
---|---|
shadows-playservices-4.2.pom | |
shadows-playservices-4.2.jar | 10 KB |
shadows-playservices-4.2-sources.jar | 5 KB |
shadows-playservices-4.2-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-playservices</artifactId>
<version>4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/
implementation 'org.robolectric:shadows-playservices:4.2'
// https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/
implementation ("org.robolectric:shadows-playservices:4.2")
'org.robolectric:shadows-playservices:jar:4.2'
<dependency org="org.robolectric" name="shadows-playservices" rev="4.2">
<artifact name="shadows-playservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-playservices', version='4.2')
)
libraryDependencies += "org.robolectric" % "shadows-playservices" % "4.2"
[org.robolectric/shadows-playservices "4.2"]