MVN

com.google.android : android-test

Maven & Gradle

Aug 25, 2012
139 usages

Google Android Library Test Framework · A library jar that provides APIs for testing Applications written for the Google Android Platform.

<dependency>
    <groupId>com.google.android</groupId>
    <artifactId>android-test</artifactId>
    <version>4.1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.android : android-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1.4

All Versions

Choose a version of com.google.android : android-test to add to Maven or Gradle - All Versions:

  • Version Updated
  • android-test-4.1.1.4

    Aug 25, 2012
  • android-test-4.0.1.2

    Dec 24, 2011
  • android-test-2.3.3

    Mar 18, 2011
  • android-test-2.3.1

    Dec 21, 2010
  • android-test-2.2.1

    Jul 30, 2010
  • android-test-2.1.2

    Jul 18, 2010
  • android-test-2.1_r1

    Jun 19, 2010
  • android-test-1.6_r2

    Jun 18, 2010
  • android-test-1.5_r4

    Jun 17, 2010
  • android-test-1.5_r3

    Jun 17, 2010

How to add a dependency to Maven

Add the following com.google.android : android-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.google.android</groupId>
    <artifactId>android-test</artifactId>
    <version>4.1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.google.android : android-test gradle dependency to your build.gradle file:

implementation 'com.google.android:android-test:4.1.1.4'

Gradle Kotlin DSL: Add the following com.google.android : android-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.google.android:android-test:4.1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.google.android : android-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.google.android" % "android-test" % "4.1.1.4"