GroupId | GroupIdorg.robolectric |
---|---|
ArtifactId | ArtifactIdplayservices |
Version | Version3.4-rc4 |
Type | Typejar |
Filename | Size |
---|---|
playservices-3.4-rc4.pom | |
playservices-3.4-rc4.jar | 10 KB |
playservices-3.4-rc4-sources.jar | 5 KB |
playservices-3.4-rc4-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robolectric/playservices/ -->
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>playservices</artifactId>
<version>3.4-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/org.robolectric/playservices/
implementation 'org.robolectric:playservices:3.4-rc4'
// https://jarcasting.com/artifacts/org.robolectric/playservices/
implementation ("org.robolectric:playservices:3.4-rc4")
'org.robolectric:playservices:jar:3.4-rc4'
<dependency org="org.robolectric" name="playservices" rev="3.4-rc4">
<artifact name="playservices" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robolectric', module='playservices', version='3.4-rc4')
)
libraryDependencies += "org.robolectric" % "playservices" % "3.4-rc4"
[org.robolectric/playservices "3.4-rc4"]