GroupId | GroupIdorg.robolectric |
---|---|
ArtifactId | ArtifactIdshadows-playservices |
Version | Version3.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>shadows-playservices</artifactId>
<version>3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/
implementation 'org.robolectric:shadows-playservices:3.7.1'
// https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/
implementation ("org.robolectric:shadows-playservices:3.7.1")
'org.robolectric:shadows-playservices:jar:3.7.1'
<dependency org="org.robolectric" name="shadows-playservices" rev="3.7.1">
<artifact name="shadows-playservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-playservices', version='3.7.1')
)
libraryDependencies += "org.robolectric" % "shadows-playservices" % "3.7.1"
[org.robolectric/shadows-playservices "3.7.1"]