| Group ID: |
com.google.android |
| Artifact ID: |
android-test |
| Version: |
2.3.3 |
| Last modified: |
18.03.2011 13:09 |
| Packaging: |
jar |
| Name: |
Google Android Library Test Framework |
| Description: |
A library jar that provides APIs for testing Applications written for the Google Android Platform. |
| URL: |
http://source.android.com/ |
|
|
| Size: |
39.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/google/android/android-test/2.3.3/android-test-2.3.3.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.android</groupId>
<artifactId>android-test</artifactId>
<version>2.3.3</version>
<packaging>jar</packaging>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>5</version>
</parent>
<name>Google Android Library Test Framework</name>
<description>A library jar that provides APIs for testing Applications written for the Google Android Platform.</description>
<url>http://source.android.com/</url>
<inceptionYear>2008</inceptionYear>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<comments>
While the EULA for the Android SDK restricts distribution of those binaries, the source code
is licensed under Apache 2.0 which allows compiling binaries from source and then distributing
those versions.
</comments>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://android.git.kernel.org/</url>
<connection>git://android.git.kernel.org/platform/manifest.git</connection>
</scm>
<developers>
<developer>
<name>The Android Open Source Projects</name>
</developer>
</developers>
<properties>
<release.name>gingerbread-2.3.3</release.name>
<platform>android-10</platform>
<branch.tag>android-2.3.3_r1a</branch.tag>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.google.android</groupId>
<artifactId>android-test</artifactId>
<version>2.3.3</version>
</dependency>
|
| Gradle: |
com.google.android:android-test:2.3.3 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
More
|