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