| GroupId | GroupIdcom.spotxchange |
|---|---|
| ArtifactId | ArtifactIdspotx-sdk-android |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| spotx-sdk-android-1.0.1.pom | |
| spotx-sdk-android-1.0.1.aar | 128 KB |
| spotx-sdk-android-1.0.1-release.aar | 128 KB |
| spotx-sdk-android-1.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/
implementation 'com.spotxchange:spotx-sdk-android:1.0.1'
// https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/
implementation ("com.spotxchange:spotx-sdk-android:1.0.1")
'com.spotxchange:spotx-sdk-android:aar:1.0.1'
<dependency org="com.spotxchange" name="spotx-sdk-android" rev="1.0.1">
<artifact name="spotx-sdk-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.spotxchange', module='spotx-sdk-android', version='1.0.1')
)
libraryDependencies += "com.spotxchange" % "spotx-sdk-android" % "1.0.1"
[com.spotxchange/spotx-sdk-android "1.0.1"]