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