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