Jar examples for s:support-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.
You can download jar file support-v4 r7 in this page.
The Apache Software License, Version 2.0
You can use the following script to add support-v4-r7.jar to your project.
<dependency> <groupId>com.google.android</groupId> <artifactId>support-v4</artifactId> <version>r7</version> </dependency>
compile group: 'com.google.android', name: 'support-v4', version: 'r7'
libraryDependencies += "com.google.android" % "support-v4" % "r7"
<dependency org="com.google.android" name="support-v4" rev="r7"/>
@Grapes(@Grab(group='com.google.android', module='support-v4', version='r7'))
'com.google.android:support-v4:jar:r7'
Click the following link to download the jar file.
support-v4-r7-javadoc.jar