MVN

com.pixplicity.multiviewpager : library

Maven & Gradle

Mar 10, 2015
1 usages
909 stars

MultiViewPager · The MultiViewPager is an extension of the support-v4 library's ViewPager that allows the pages to be wider or narrower than the ViewPager itself. It takes care of aligning the pages next to each other, and always keeping the selected page centered.

<dependency>
    <groupId>com.pixplicity.multiviewpager</groupId>
    <artifactId>library</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pixplicity.multiviewpager : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.pixplicity.multiviewpager : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
library-1.0

How to add a dependency to Maven

Add the following com.pixplicity.multiviewpager : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pixplicity.multiviewpager</groupId>
    <artifactId>library</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pixplicity.multiviewpager : library gradle dependency to your build.gradle file:

implementation 'com.pixplicity.multiviewpager:library:1.0'

Gradle Kotlin DSL: Add the following com.pixplicity.multiviewpager : library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pixplicity.multiviewpager:library:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pixplicity.multiviewpager : library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pixplicity.multiviewpager" % "library" % "1.0"