is not current version
Last Version 4.8.1

org.robolectric:shadows-playservices 4.0-alpha-2

An alternative Android testing framework.

GroupId

GroupId

org.robolectric
ArtifactId

ArtifactId

shadows-playservices
Version

Version

4.0-alpha-2
Type

Type

jar

Download shadows-playservices 4.0-alpha-2


<!-- https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/ -->
<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>shadows-playservices</artifactId>
    <version>4.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/
implementation 'org.robolectric:shadows-playservices:4.0-alpha-2'
// https://jarcasting.com/artifacts/org.robolectric/shadows-playservices/
implementation ("org.robolectric:shadows-playservices:4.0-alpha-2")
'org.robolectric:shadows-playservices:jar:4.0-alpha-2'
<dependency org="org.robolectric" name="shadows-playservices" rev="4.0-alpha-2">
  <artifact name="shadows-playservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='shadows-playservices', version='4.0-alpha-2')
)
libraryDependencies += "org.robolectric" % "shadows-playservices" % "4.0-alpha-2"
[org.robolectric/shadows-playservices "4.0-alpha-2"]