MVN

com.github.tomeees : scrollpicker

Maven & Gradle

Nov 26, 2019
6 stars

ScrollPicker · Customizable and data-bindable NumberPicker-like UI element for android that can work with an arbitrary Collection of items.

<dependency>
    <groupId>com.github.tomeees</groupId>
    <artifactId>scrollpicker</artifactId>
    <version>1.7.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tomeees : scrollpicker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.5

All Versions

Choose a version of com.github.tomeees : scrollpicker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
scrollpicker-1.7.5
scrollpicker-1.7.4
scrollpicker-1.7.3
scrollpicker-1.7.2
scrollpicker-1.7.1
scrollpicker-1.7.0
1.6.x
scrollpicker-1.6.3
scrollpicker-1.6.2
scrollpicker-1.6.1
scrollpicker-1.6.0
1.5.x
scrollpicker-1.5.0
1.4.x
scrollpicker-1.4.0
1.2.x
scrollpicker-1.2.0
1.1.x
scrollpicker-1.1.0
1.0.x
scrollpicker-1.0.1
1.0
scrollpicker-1.0
0.1
scrollpicker-0.1

How to add a dependency to Maven

Add the following com.github.tomeees : scrollpicker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tomeees</groupId>
    <artifactId>scrollpicker</artifactId>
    <version>1.7.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tomeees : scrollpicker gradle dependency to your build.gradle file:

implementation 'com.github.tomeees:scrollpicker:1.7.5'

Gradle Kotlin DSL: Add the following com.github.tomeees : scrollpicker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tomeees:scrollpicker:1.7.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tomeees : scrollpicker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tomeees" % "scrollpicker" % "1.7.5"