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