MVN

org.robolectric : shadows-play-services

Maven & Gradle

5.7k stars

robolectric-shadows/shadows-play-services · An alternative Android testing framework.

<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>shadows-play-services</artifactId>
    <version>3.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.robolectric : shadows-play-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.2
  • Latest Release Candidate: 3.4-rc2

All Versions

Choose a version of org.robolectric : shadows-play-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4
shadows-play-services-3.4-rc2
shadows-play-services-3.4-rc1
3.3.x
shadows-play-services-3.3.2
shadows-play-services-3.3.1
3.3
shadows-play-services-3.3
3.2.x
shadows-play-services-3.2.2
shadows-play-services-3.2.1
3.2
shadows-play-services-3.2
shadows-play-services-3.2-rc1
3.1.x
shadows-play-services-3.1.4
shadows-play-services-3.1.3
shadows-play-services-3.1.2
shadows-play-services-3.1.1
3.1
shadows-play-services-3.1
shadows-play-services-3.1-rc1
3.0
shadows-play-services-3.0
shadows-play-services-3.0-rc3
shadows-play-services-3.0-rc2
shadows-play-services-3.0-rc1

How to add a dependency to Maven

Add the following org.robolectric : shadows-play-services maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>shadows-play-services</artifactId>
    <version>3.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.robolectric : shadows-play-services gradle dependency to your build.gradle file:

implementation 'org.robolectric:shadows-play-services:3.3.2'

Gradle Kotlin DSL: Add the following org.robolectric : shadows-play-services gradle kotlin dependency to your build.gradle.kts file:

implementation("org.robolectric:shadows-play-services:3.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.robolectric : shadows-play-services sbt scala dependency to your build.sbt file:

libraryDependencies += "org.robolectric" % "shadows-play-services" % "3.3.2"

Advertisement