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