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