GroupId | GroupIdpub.doric.extension |
---|---|
ArtifactId | ArtifactIdwebview |
Version | Version0.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
webview-0.1.4.pom | |
webview-0.1.4.aar | 50 KB |
webview-0.1.4-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pub.doric.extension/webview/ -->
<dependency>
<groupId>pub.doric.extension</groupId>
<artifactId>webview</artifactId>
<version>0.1.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pub.doric.extension/webview/
implementation 'pub.doric.extension:webview:0.1.4'
// https://jarcasting.com/artifacts/pub.doric.extension/webview/
implementation ("pub.doric.extension:webview:0.1.4")
'pub.doric.extension:webview:aar:0.1.4'
<dependency org="pub.doric.extension" name="webview" rev="0.1.4">
<artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='pub.doric.extension', module='webview', version='0.1.4')
)
libraryDependencies += "pub.doric.extension" % "webview" % "0.1.4"
[pub.doric.extension/webview "0.1.4"]