How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>xtf-parent</artifactId>
<version>0.30</version>
</dependency>
Choose a version of cz.xtf : xtf-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.30 |
xtf-parent-0.30
|
||
0.29 |
xtf-parent-0.29
|
||
0.28 |
xtf-parent-0.28
|
||
0.27 |
xtf-parent-0.27
|
||
0.26 |
xtf-parent-0.26
|
||
0.25 |
xtf-parent-0.25
|
||
0.24 |
xtf-parent-0.24
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cz.xtf</groupId>
<artifactId>xtf-parent</artifactId>
<version>0.30</version>
</dependency>
Advertisement