| GroupId | GroupIdcom.spotxchange |
|---|---|
| ArtifactId | ArtifactIdspotx-sdk-android |
| Version | Version1.0.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| spotx-sdk-android-1.0.2.pom | |
| spotx-sdk-android-1.0.2.aar | 128 KB |
| spotx-sdk-android-1.0.2-release.aar | 128 KB |
| spotx-sdk-android-1.0.2-debug.aar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/ -->
<dependency>
<groupId>com.spotxchange</groupId>
<artifactId>spotx-sdk-android</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/
implementation 'com.spotxchange:spotx-sdk-android:1.0.2'
// https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/
implementation ("com.spotxchange:spotx-sdk-android:1.0.2")
'com.spotxchange:spotx-sdk-android:aar:1.0.2'
<dependency org="com.spotxchange" name="spotx-sdk-android" rev="1.0.2">
<artifact name="spotx-sdk-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.spotxchange', module='spotx-sdk-android', version='1.0.2')
)
libraryDependencies += "com.spotxchange" % "spotx-sdk-android" % "1.0.2"
[com.spotxchange/spotx-sdk-android "1.0.2"]