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