How To Install Java Artifact com.google.android.support-v4 vr7

com.google.android support-v4 r7

Introduction

In this article, we'll learn how to install Java artifact support-v4 from com.google.android group in version r7. The artifact is available in 2 versions: r7 r6 . The Android Support Library (v4) project has been released under Apache License Version 2.0 license, and has its own website at: http://developer.android.com/sdk/compatibility-library.html . The parent project is: org.sonatype.oss::oss-parent::7

How To Install Java Artifact com.google.android.support-v4 In Version r7

To install the Android Support Library (v4) artifact in version r7 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Android Support Library (v4) dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Provided dependencies (1)

Licenses