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