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