GroupId | GroupIdcom.yxt.opensdk.atool.subunit |
---|---|
ArtifactId | ArtifactIdwebview |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
webview-1.0.pom | |
webview-1.0.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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yxt.opensdk.atool.subunit/webview/
implementation 'com.yxt.opensdk.atool.subunit:webview:1.0'
// https://jarcasting.com/artifacts/com.yxt.opensdk.atool.subunit/webview/
implementation ("com.yxt.opensdk.atool.subunit:webview:1.0")
'com.yxt.opensdk.atool.subunit:webview:aar:1.0'
<dependency org="com.yxt.opensdk.atool.subunit" name="webview" rev="1.0">
<artifact name="webview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yxt.opensdk.atool.subunit', module='webview', version='1.0')
)
libraryDependencies += "com.yxt.opensdk.atool.subunit" % "webview" % "1.0"
[com.yxt.opensdk.atool.subunit/webview "1.0"]