is not current version
Last Version 4.1.1.4

com.google.android:android 4.0.1.2

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

GroupId

GroupId

com.google.android
ArtifactId

ArtifactId

android
Version

Version

4.0.1.2
Type

Type

jar

Download android 4.0.1.2


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