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