Last Version

Android Support Library (v4) r7

The Support Package includes static "support libraries" that you can add to your Android application in order to use APIs that are either not available for older platform versions or that offer "utility" APIs that aren't a part of the framework APIs.

License

License

GroupId

GroupId

com.google.android
ArtifactId

ArtifactId

support-v4
Version

Version

r7
Type

Type

jar
Description

Description

Android Support Library (v4)
The Support Package includes static "support libraries" that you can add to your Android application in order to use APIs that are either not available for older platform versions or that offer "utility" APIs that aren't a part of the framework APIs.
Project URL

Project URL

http://developer.android.com/sdk/compatibility-library.html
Project Organization

Project Organization

Google
Source Code Management

Source Code Management

http://s.android.com

Download support-v4 r7


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

Dependencies

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.0.1.2

Project Modules

There are no modules declared in this project.