Files download
File Operation
numberpickerview-0.0.1.pom download
numberpickerview-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spbisya</groupId>
  <artifactId>numberpickerview</artifactId>
  <version>0.0.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.spbisya:numberpickerview:0.0.1'
Gradle Kotlin
implementation("com.github.spbisya:numberpickerview:0.0.1")
Scala SBT
libraryDependencies += "com.github.spbisya" % "numberpickerview" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spbisya', module='numberpickerview', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.spbisya" name="numberpickerview" rev="0.0.1" />
Leiningen
[com.github.spbisya/numberpickerview "0.0.1"]
Apache Buildr
'com.github.spbisya:numberpickerview:jar:0.0.1'