| GroupId | GroupIdcom.spotxchange |
|---|---|
| ArtifactId | ArtifactIdspotx-sdk-android |
| Version | Version4.12.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| spotx-sdk-android-4.12.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/ -->
<dependency>
<groupId>com.spotxchange</groupId>
<artifactId>spotx-sdk-android</artifactId>
<version>4.12.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/
implementation 'com.spotxchange:spotx-sdk-android:4.12.1'
// https://jarcasting.com/artifacts/com.spotxchange/spotx-sdk-android/
implementation ("com.spotxchange:spotx-sdk-android:4.12.1")
'com.spotxchange:spotx-sdk-android:pom:4.12.1'
<dependency org="com.spotxchange" name="spotx-sdk-android" rev="4.12.1">
<artifact name="spotx-sdk-android" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.spotxchange', module='spotx-sdk-android', version='4.12.1')
)
libraryDependencies += "com.spotxchange" % "spotx-sdk-android" % "4.12.1"
[com.spotxchange/spotx-sdk-android "4.12.1"]