How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotxchange</groupId>
<artifactId>spotx-sdk-android</artifactId>
<version>4.12.2</version>
</dependency>
Choose a version of com.spotxchange : spotx-sdk-android to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.12.x |
spotx-sdk-android-4.12.2
|
||
spotx-sdk-android-4.12.1
|
|||
spotx-sdk-android-4.12.0
|
|||
4.10.x |
spotx-sdk-android-4.10.0
|
||
2.0.x |
spotx-sdk-android-2.0.0
|
||
1.0.x |
spotx-sdk-android-1.0.2
|
||
spotx-sdk-android-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotxchange</groupId>
<artifactId>spotx-sdk-android</artifactId>
<version>4.12.2</version>
</dependency>
Advertisement