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