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