is not current version
Last Version 4.1.1.4

com.google.android:android-test 2.2.1

A library jar that provides APIs for testing Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.2_r1.1.

GroupId

GroupId

com.google.android
ArtifactId

ArtifactId

android-test
Version

Version

2.2.1
Type

Type

jar

Download android-test 2.2.1


<!-- https://jarcasting.com/artifacts/com.google.android/android-test/ -->
<dependency>
    <groupId>com.google.android</groupId>
    <artifactId>android-test</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.android/android-test/
implementation 'com.google.android:android-test:2.2.1'
// https://jarcasting.com/artifacts/com.google.android/android-test/
implementation ("com.google.android:android-test:2.2.1")
'com.google.android:android-test:jar:2.2.1'
<dependency org="com.google.android" name="android-test" rev="2.2.1">
  <artifact name="android-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.android', module='android-test', version='2.2.1')
)
libraryDependencies += "com.google.android" % "android-test" % "2.2.1"
[com.google.android/android-test "2.2.1"]