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