How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openurp.people.contact</groupId>
<artifactId>openurp-people-contact-parent</artifactId>
<version>0.0.6</version>
</dependency>
Choose a version of org.openurp.people.contact : openurp-people-contact-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
openurp-people-contact-parent-0.0.6
|
||
openurp-people-contact-parent-0.0.5
|
|||
openurp-people-contact-parent-0.0.3
|
|||
openurp-people-contact-parent-0.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.openurp.people.contact</groupId>
<artifactId>openurp-people-contact-parent</artifactId>
<version>0.0.6</version>
</dependency>
Advertisement