GroupId | GroupIdcom.tappx.sdk.android |
---|---|
ArtifactId | ArtifactIdtappx-sdk |
Version | Version3.0.01 |
Type | Typeaar |
Filename | Size |
---|---|
tappx-sdk-3.0.01.pom | |
tappx-sdk-3.0.01.aar | 335 KB |
tappx-sdk-3.0.01-sources.jar | 255 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.0.01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tappx.sdk.android/tappx-sdk/
implementation 'com.tappx.sdk.android:tappx-sdk:3.0.01'
// https://jarcasting.com/artifacts/com.tappx.sdk.android/tappx-sdk/
implementation ("com.tappx.sdk.android:tappx-sdk:3.0.01")
'com.tappx.sdk.android:tappx-sdk:aar:3.0.01'
<dependency org="com.tappx.sdk.android" name="tappx-sdk" rev="3.0.01">
<artifact name="tappx-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tappx.sdk.android', module='tappx-sdk', version='3.0.01')
)
libraryDependencies += "com.tappx.sdk.android" % "tappx-sdk" % "3.0.01"
[com.tappx.sdk.android/tappx-sdk "3.0.01"]