How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.15.0</version>
</dependency>
Choose a version of net.onedaybeard.sift.template : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.15.x |
root-0.15.0
|
||
0.14.x |
root-0.14.0
|
||
0.13.x |
root-0.13.0
|
||
0.12.x |
root-0.12.0
|
||
0.11.x |
root-0.11.0
|
||
0.10.x |
root-0.10.0
|
||
0.9.x |
root-0.9.0
|
||
0.8.x |
root-0.8.0
|
||
0.7.x |
root-0.7.0
|
||
0.6.x |
root-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.onedaybeard.sift.template</groupId>
<artifactId>root</artifactId>
<version>0.15.0</version>
</dependency>
Advertisement