GroupId | GroupIdpub.doric.extension |
---|---|
ArtifactId | ArtifactIdwebview |
Version | Version0.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
webview-0.1.3.pom | |
webview-0.1.3.aar | 50 KB |
webview-0.1.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/pub.doric.extension/webview/
implementation 'pub.doric.extension:webview:0.1.3'
// https://jarcasting.com/artifacts/pub.doric.extension/webview/
implementation ("pub.doric.extension:webview:0.1.3")
'pub.doric.extension:webview:aar:0.1.3'
<dependency org="pub.doric.extension" name="webview" rev="0.1.3">
<artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='pub.doric.extension', module='webview', version='0.1.3')
)
libraryDependencies += "pub.doric.extension" % "webview" % "0.1.3"
[pub.doric.extension/webview "0.1.3"]