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