GroupId | GroupIdcom.tappx.sdk.android |
---|---|
ArtifactId | ArtifactIdtappx-sdk |
Version | Version3.1.11 |
Type | Typeaar |
Filename | Size |
---|---|
tappx-sdk-3.1.11.pom | |
tappx-sdk-3.1.11.aar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tappx.sdk.android/tappx-sdk/ -->
<dependency>
<groupId>com.tappx.sdk.android</groupId>
<artifactId>tappx-sdk</artifactId>
<version>3.1.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tappx.sdk.android/tappx-sdk/
implementation 'com.tappx.sdk.android:tappx-sdk:3.1.11'
// https://jarcasting.com/artifacts/com.tappx.sdk.android/tappx-sdk/
implementation ("com.tappx.sdk.android:tappx-sdk:3.1.11")
'com.tappx.sdk.android:tappx-sdk:aar:3.1.11'
<dependency org="com.tappx.sdk.android" name="tappx-sdk" rev="3.1.11">
<artifact name="tappx-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tappx.sdk.android', module='tappx-sdk', version='3.1.11')
)
libraryDependencies += "com.tappx.sdk.android" % "tappx-sdk" % "3.1.11"
[com.tappx.sdk.android/tappx-sdk "3.1.11"]