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