a

android

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.
http://source.android.com/
Apache 2.0
The Android Open Source Projects
Files download
File Operation
android-2.1.2.jar download
android-2.1.2.pom download
android-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.android</groupId>
  <artifactId>android</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.google.android:android:2.1.2'
Gradle Kotlin
implementation("com.google.android:android:2.1.2")
Scala SBT
libraryDependencies += "com.google.android" % "android" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.android', module='android', version='2.1.2')
)
Apache Ivy
<dependency org="com.google.android" name="android" rev="2.1.2" />
Leiningen
[com.google.android/android "2.1.2"]
Apache Buildr
'com.google.android:android:jar:2.1.2'