is not current version
Last Version 3.4-rc2

org.robolectric:shadows-play-services 3.2.1

An alternative Android testing framework.

GroupId

GroupId

org.robolectric
ArtifactId

ArtifactId

shadows-play-services
Version

Version

3.2.1
Type

Type

jar

Download shadows-play-services 3.2.1


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