a

android

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