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