MVN

biz.kasual : materialnumberpicker

Maven & Gradle

Oct 26, 2015
135 stars

MaterialNumberPicker · A customizable NumberPicker for Android

<dependency>
    <groupId>biz.kasual</groupId>
    <artifactId>materialnumberpicker</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.kasual : materialnumberpicker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of biz.kasual : materialnumberpicker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
materialnumberpicker-1.1.1
materialnumberpicker-1.1.0
1.0.x
materialnumberpicker-1.0.0

How to add a dependency to Maven

Add the following biz.kasual : materialnumberpicker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.kasual</groupId>
    <artifactId>materialnumberpicker</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.kasual : materialnumberpicker gradle dependency to your build.gradle file:

implementation 'biz.kasual:materialnumberpicker:1.1.1'

Gradle Kotlin DSL: Add the following biz.kasual : materialnumberpicker gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.kasual:materialnumberpicker:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.kasual : materialnumberpicker sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.kasual" % "materialnumberpicker" % "1.1.1"

Advertisement