How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.peachjean.commons</groupId>
<artifactId>pjcommons-parent</artifactId>
<version>0.2</version>
</dependency>
Choose a version of net.peachjean.commons : pjcommons-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2 |
pjcommons-parent-0.2
|
||
0.1 |
pjcommons-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.peachjean.commons</groupId>
<artifactId>pjcommons-parent</artifactId>
<version>0.2</version>
</dependency>
Advertisement