文件下载
文件名 操作
compose-webview-0.33.4.pom 下载
compose-webview-0.33.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.kevinnzou</groupId>
  <artifactId>compose-webview</artifactId>
  <version>0.33.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.kevinnzou:compose-webview:0.33.4'
Gradle Kotlin
implementation("io.github.kevinnzou:compose-webview:0.33.4")
Scala SBT
libraryDependencies += "io.github.kevinnzou" % "compose-webview" % "0.33.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.kevinnzou', module='compose-webview', version='0.33.4')
)
Apache Ivy
<dependency org="io.github.kevinnzou" name="compose-webview" rev="0.33.4" />
Leiningen
[io.github.kevinnzou/compose-webview "0.33.4"]
Apache Buildr
'io.github.kevinnzou:compose-webview:jar:0.33.4'