| License |
License |
|---|---|
| GroupId | GroupIdcom.google.android |
| ArtifactId | ArtifactIdandroid-test |
| Last Version | Last Version4.1.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Android Library Test Framework
A library jar that provides APIs for testing Applications written for the Google Android Platform.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| android-test-4.1.1.4.pom | |
| android-test-4.1.1.4.jar | 39 KB |
| android-test-4.1.1.4-sources.jar | 21 KB |
| android-test-4.1.1.4-javadoc.jar | 261 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.android/android-test/ -->
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android-test</artifactId>
<version>4.1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.android/android-test/
implementation 'com.google.android:android-test:4.1.1.4'
// https://jarcasting.com/artifacts/com.google.android/android-test/
implementation ("com.google.android:android-test:4.1.1.4")
'com.google.android:android-test:jar:4.1.1.4'
<dependency org="com.google.android" name="android-test" rev="4.1.1.4">
<artifact name="android-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.android', module='android-test', version='4.1.1.4')
)
libraryDependencies += "com.google.android" % "android-test" % "4.1.1.4"
[com.google.android/android-test "4.1.1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 |
| junit : junit | jar | 3.8.2 |