GroupId | GroupIdcom.google.accompanist |
---|---|
ArtifactId | ArtifactIdaccompanist-webview |
Version | Version0.24.4-alpha |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.google.accompanist/accompanist-webview/ -->
<dependency>
<groupId>com.google.accompanist</groupId>
<artifactId>accompanist-webview</artifactId>
<version>0.24.4-alpha</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-webview/
implementation 'com.google.accompanist:accompanist-webview:0.24.4-alpha'
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-webview/
implementation ("com.google.accompanist:accompanist-webview:0.24.4-alpha")
'com.google.accompanist:accompanist-webview:aar:0.24.4-alpha'
<dependency org="com.google.accompanist" name="accompanist-webview" rev="0.24.4-alpha">
<artifact name="accompanist-webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.google.accompanist', module='accompanist-webview', version='0.24.4-alpha')
)
libraryDependencies += "com.google.accompanist" % "accompanist-webview" % "0.24.4-alpha"
[com.google.accompanist/accompanist-webview "0.24.4-alpha"]