How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cc.smartcash.smartcashj</groupId>
<artifactId>smartcashj-parent</artifactId>
<version>0.17.2</version>
</dependency>
Choose a version of cc.smartcash.smartcashj : smartcashj-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.17.x |
smartcashj-parent-0.17.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cc.smartcash.smartcashj</groupId>
<artifactId>smartcashj-parent</artifactId>
<version>0.17.2</version>
</dependency>
Advertisement