| GroupId | GroupIdcom.tanx.ui |
|---|---|
| ArtifactId | ArtifactIdTanxUISDK |
| Version | Version1.0.10 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| TanxUISDK-1.0.10.pom | |
| TanxUISDK-1.0.10.aar | 206 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tanx.ui/TanxUISDK/ -->
<dependency>
<groupId>com.tanx.ui</groupId>
<artifactId>TanxUISDK</artifactId>
<version>1.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tanx.ui/TanxUISDK/
implementation 'com.tanx.ui:TanxUISDK:1.0.10'
// https://jarcasting.com/artifacts/com.tanx.ui/TanxUISDK/
implementation ("com.tanx.ui:TanxUISDK:1.0.10")
'com.tanx.ui:TanxUISDK:aar:1.0.10'
<dependency org="com.tanx.ui" name="TanxUISDK" rev="1.0.10">
<artifact name="TanxUISDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tanx.ui', module='TanxUISDK', version='1.0.10')
)
libraryDependencies += "com.tanx.ui" % "TanxUISDK" % "1.0.10"
[com.tanx.ui/TanxUISDK "1.0.10"]