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
文件下载
文件名 操作
android-1.5_r4.jar 下载
android-1.5_r4.pom 下载
android-1.5_r4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.google.android</groupId>
  <artifactId>android</artifactId>
  <version>1.5_r4</version>
</dependency>
Gradle Groovy
implementation 'com.google.android:android:1.5_r4'
Gradle Kotlin
implementation("com.google.android:android:1.5_r4")
Scala SBT
libraryDependencies += "com.google.android" % "android" % "1.5_r4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.android', module='android', version='1.5_r4')
)
Apache Ivy
<dependency org="com.google.android" name="android" rev="1.5_r4" />
Leiningen
[com.google.android/android "1.5_r4"]
Apache Buildr
'com.google.android:android:jar:1.5_r4'