MVN

org.robolectric : shadows-playservices

Maven & Gradle

May 17, 2023
1 usages
5.7k stars

playservices · An alternative Android testing framework.

<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>shadows-playservices</artifactId>
    <version>4.10.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.10.3
  • Latest Release Candidate: 4.2-rc1
  • Latest Beta: 4.5-beta-1
  • Latest Alpha: 4.10-alpha-1

All Versions

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

Version Vulnerabilities Updated
4.10.x
shadows-playservices-4.10.3
shadows-playservices-4.10.2
shadows-playservices-4.10.1
4.10
shadows-playservices-4.10
shadows-playservices-4.10-alpha-1
4.9.x
shadows-playservices-4.9.2
shadows-playservices-4.9.1
4.9
shadows-playservices-4.9
shadows-playservices-4.9-alpha-1
4.8.x
shadows-playservices-4.8.2
shadows-playservices-4.8.1
4.8
shadows-playservices-4.8
shadows-playservices-4.8-alpha-1
4.7.x
shadows-playservices-4.7.3
shadows-playservices-4.7.2
shadows-playservices-4.7.1
4.7
shadows-playservices-4.7
shadows-playservices-4.7-alpha-2
shadows-playservices-4.7-alpha-1
4.6.x
shadows-playservices-4.6.1
4.6
shadows-playservices-4.6
shadows-playservices-4.6-alpha-2
shadows-playservices-4.6-alpha-1
4.5.x
shadows-playservices-4.5.1
4.5
shadows-playservices-4.5
shadows-playservices-4.5-beta-1
shadows-playservices-4.5-alpha-3
shadows-playservices-4.5-alpha-2
shadows-playservices-4.5-alpha-1
4.4.x
shadows-playservices-4.4.1
4.4
shadows-playservices-4.4
shadows-playservices-4.4-beta-1
shadows-playservices-4.4-alpha-5
shadows-playservices-4.4-alpha-4
shadows-playservices-4.4-alpha-3
shadows-playservices-4.4-alpha-2
shadows-playservices-4.4-alpha-1
4.3.x
shadows-playservices-4.3.1
4.3
shadows-playservices-4.3
shadows-playservices-4.3-beta-1
shadows-playservices-4.3-alpha-3
shadows-playservices-4.3-alpha-2
shadows-playservices-4.3-alpha-1
4.2.x
shadows-playservices-4.2.1
4.2
shadows-playservices-4.2
shadows-playservices-4.2-rc1
shadows-playservices-4.2-beta-1
shadows-playservices-4.2-alpha-2
shadows-playservices-4.2-alpha-1
4.1
shadows-playservices-4.1
shadows-playservices-4.1-beta-2
shadows-playservices-4.1-beta-1
shadows-playservices-4.1-alpha-1
4.0.x
shadows-playservices-4.0.2
shadows-playservices-4.0.1
4.0
shadows-playservices-4.0
shadows-playservices-4.0-beta-3
shadows-playservices-4.0-beta-2
shadows-playservices-4.0-beta-1
shadows-playservices-4.0-alpha-3
shadows-playservices-4.0-alpha-2
shadows-playservices-4.0-alpha-1
3.8
shadows-playservices-3.8
3.7.x
shadows-playservices-3.7.1
3.7
shadows-playservices-3.7
3.6.x
shadows-playservices-3.6.2
shadows-playservices-3.6.1
3.6
shadows-playservices-3.6
shadows-playservices-3.6-alpha-1
3.5.x
shadows-playservices-3.5.1
3.5
shadows-playservices-3.5
shadows-playservices-3.5-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.robolectric</groupId>
    <artifactId>shadows-playservices</artifactId>
    <version>4.10.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.robolectric:shadows-playservices:4.10.3'

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

implementation("org.robolectric:shadows-playservices:4.10.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.robolectric" % "shadows-playservices" % "4.10.3"