GroupId | GroupIdcom.github.javakam |
---|---|
ArtifactId | ArtifactIdwebview |
Version | Version4.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
webview-4.0.0.pom | |
webview-4.0.0-sources.jar | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javakam/webview/ -->
<dependency>
<groupId>com.github.javakam</groupId>
<artifactId>webview</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.javakam/webview/
implementation 'com.github.javakam:webview:4.0.0'
// https://jarcasting.com/artifacts/com.github.javakam/webview/
implementation ("com.github.javakam:webview:4.0.0")
'com.github.javakam:webview:aar:4.0.0'
<dependency org="com.github.javakam" name="webview" rev="4.0.0">
<artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.javakam', module='webview', version='4.0.0')
)
libraryDependencies += "com.github.javakam" % "webview" % "4.0.0"
[com.github.javakam/webview "4.0.0"]