How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wix.pay</groupId>
<artifactId>smaug-client-all</artifactId>
<version>1.8.0</version>
</dependency>
Choose a version of com.wix.pay : smaug-client-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
smaug-client-all-1.8.0
|
||
1.7.x |
smaug-client-all-1.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.wix.pay</groupId>
<artifactId>smaug-client-all</artifactId>
<version>1.8.0</version>
</dependency>
Advertisement