GroupId | GroupIdcom.yxt.opensdk.atool.subunit |
---|---|
ArtifactId | ArtifactIdwebview |
Version | Version1.1 |
Type | Typeaar |
Filename | Size |
---|---|
webview-1.1.pom | |
webview-1.1.aar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yxt.opensdk.atool.subunit/webview/ -->
<dependency>
<groupId>com.yxt.opensdk.atool.subunit</groupId>
<artifactId>webview</artifactId>
<version>1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yxt.opensdk.atool.subunit/webview/
implementation 'com.yxt.opensdk.atool.subunit:webview:1.1'
// https://jarcasting.com/artifacts/com.yxt.opensdk.atool.subunit/webview/
implementation ("com.yxt.opensdk.atool.subunit:webview:1.1")
'com.yxt.opensdk.atool.subunit:webview:aar:1.1'
<dependency org="com.yxt.opensdk.atool.subunit" name="webview" rev="1.1">
<artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yxt.opensdk.atool.subunit', module='webview', version='1.1')
)
libraryDependencies += "com.yxt.opensdk.atool.subunit" % "webview" % "1.1"
[com.yxt.opensdk.atool.subunit/webview "1.1"]