s

shadows-play-services

文件下载
文件名 操作
shadows-play-services-3.0.jar 下载
shadows-play-services-3.0.pom 下载
shadows-play-services-3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.robolectric</groupId>
  <artifactId>shadows-play-services</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'org.robolectric:shadows-play-services:3.0'
Gradle Kotlin
implementation("org.robolectric:shadows-play-services:3.0")
Scala SBT
libraryDependencies += "org.robolectric" % "shadows-play-services" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.robolectric', module='shadows-play-services', version='3.0')
)
Apache Ivy
<dependency org="org.robolectric" name="shadows-play-services" rev="3.0" />
Leiningen
[org.robolectric/shadows-play-services "3.0"]
Apache Buildr
'org.robolectric:shadows-play-services:jar:3.0'