is not current version
Last Version 4.1.1.4

com.google.android:android 2.1_r1

A library jar that provides APIs for Applications written for the Google Android Platform.

GroupId

GroupId

com.google.android
ArtifactId

ArtifactId

android
Version

Version

2.1_r1
Type

Type

jar

Download android 2.1_r1


<!-- https://jarcasting.com/artifacts/com.google.android/android/ -->
<dependency>
    <groupId>com.google.android</groupId>
    <artifactId>android</artifactId>
    <version>2.1_r1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.android/android/
implementation 'com.google.android:android:2.1_r1'
// https://jarcasting.com/artifacts/com.google.android/android/
implementation ("com.google.android:android:2.1_r1")
'com.google.android:android:jar:2.1_r1'
<dependency org="com.google.android" name="android" rev="2.1_r1">
  <artifact name="android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.android', module='android', version='2.1_r1')
)
libraryDependencies += "com.google.android" % "android" % "2.1_r1"
[com.google.android/android "2.1_r1"]