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