How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.phaedra</groupId>
<artifactId>phaedra-parent</artifactId>
<version>0.7-SNAPSsHOT</version>
</dependency>
Choose a version of net.phaedra : phaedra-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7 |
phaedra-parent-0.7-SNAPSsHOT
|
||
0.6.x |
phaedra-parent-0.6.0
|
||
0.6 |
phaedra-parent-0.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.phaedra</groupId>
<artifactId>phaedra-parent</artifactId>
<version>0.7-SNAPSsHOT</version>
</dependency>
Advertisement