How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>sdk-bom</artifactId>
<version>2.2.0</version>
</dependency>
Choose a version of com.adobe.marketing.mobile : sdk-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
sdk-bom-2.2.0
|
||
2.1.x |
sdk-bom-2.1.0
|
||
2.0.x |
sdk-bom-2.0.1
|
||
sdk-bom-2.0.0
|
|||
1.0.x |
sdk-bom-1.0.1
|
||
sdk-bom-1.0.0
|
|||
sdk-bom-1.0.0-beta1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>sdk-bom</artifactId>
<version>2.2.0</version>
</dependency>
Advertisement