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 Vulnerabilities Updated
4.1.x
android-test-4.1.1.4
4.0.x
android-test-4.0.1.2
2.3.x
android-test-2.3.3
android-test-2.3.1
2.2.x
android-test-2.2.1
2.1.x
android-test-2.1.2
2.1_r1
android-test-2.1_r1
1.6_r2
android-test-1.6_r2
1.5_r4
android-test-1.5_r4
1.5_r3
android-test-1.5_r3

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"

Advertisement