Download support-v4-r6.jar file - Jar s

Jar examples for s:support-v4

Description

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 r6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add support-v4-r6.jar to your project.

<dependency>
   <groupId>com.google.android</groupId>
   <artifactId>support-v4</artifactId>
   <version>r6</version>
</dependency>
compile group: 'com.google.android', name: 'support-v4', version: 'r6'
libraryDependencies += "com.google.android" % "support-v4" % "r6"
<dependency org="com.google.android" name="support-v4" rev="r6"/>
@Grapes(@Grab(group='com.google.android', module='support-v4', version='r6'))
'com.google.android:support-v4:jar:r6'

Download

Click the following link to download the jar file.

support-v4-r6-javadoc.jar
support-v4-r6-sources.jar
support-v4-r6.jar
support-v4-r6.pom



Related Tutorials