is not current version
Last Version 4.8.1

org.robolectric:shadows-playservices 3.5

An alternative Android testing framework.

GroupId

GroupId

org.robolectric
ArtifactId

ArtifactId

shadows-playservices
Version

Version

3.5
Type

Type

jar

Download shadows-playservices 3.5


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