Download android-test-4.0.1.2.jar file - Jar a

Jar examples for a:android-test

Description

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.

You can download jar file android-test 4.0.1.2 in this page.

License

Apache 2.0

Build File

You can use the following script to add android-test-4.0.1.2.jar to your project.

<dependency>
   <groupId>com.google.android</groupId>
   <artifactId>android-test</artifactId>
   <version>4.0.1.2</version>
</dependency>
compile group: 'com.google.android', name: 'android-test', version: '4.0.1.2'
libraryDependencies += "com.google.android" % "android-test" % "4.0.1.2"
<dependency org="com.google.android" name="android-test" rev="4.0.1.2"/>
@Grapes(@Grab(group='com.google.android', module='android-test', version='4.0.1.2'))
'com.google.android:android-test:jar:4.0.1.2'

Download

Click the following link to download the jar file.

android-test-4.0.1.2-javadoc.jar
android-test-4.0.1.2-sources.jar
android-test-4.0.1.2.jar
android-test-4.0.1.2.pom



Related Tutorials