GroupId | GroupIdir.metrix.notification |
---|---|
ArtifactId | ArtifactIdwebview |
Version | Version1.1.6 |
Type | Typeaar |
Filename | Size |
---|---|
webview-1.1.6.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/ir.metrix.notification/webview/ -->
<dependency>
<groupId>ir.metrix.notification</groupId>
<artifactId>webview</artifactId>
<version>1.1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ir.metrix.notification/webview/
implementation 'ir.metrix.notification:webview:1.1.6'
// https://jarcasting.com/artifacts/ir.metrix.notification/webview/
implementation ("ir.metrix.notification:webview:1.1.6")
'ir.metrix.notification:webview:aar:1.1.6'
<dependency org="ir.metrix.notification" name="webview" rev="1.1.6">
<artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='ir.metrix.notification', module='webview', version='1.1.6')
)
libraryDependencies += "ir.metrix.notification" % "webview" % "1.1.6"
[ir.metrix.notification/webview "1.1.6"]