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