How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>parent</artifactId>
<version>0.23</version>
</dependency>
Choose a version of cz.xtf : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.23 |
parent-0.23
|
||
0.22 |
parent-0.22
|
||
0.21 |
parent-0.21
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>parent</artifactId>
<version>0.23</version>
</dependency>
Advertisement