How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>run.wj</groupId>
<artifactId>root</artifactId>
<version>2022.9.1</version>
</dependency>
Choose a version of run.wj : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
20211.7 |
root-20211.7
|
||
2022.9.x |
root-2022.9.1
|
||
2022.8.x |
root-2022.8.31
|
||
2021.4.x |
root-2021.4.10
|
||
2021.2.x |
root-2021.2.30
|
||
2021.1.x |
root-2021.1.7
|
||
2020.10.x |
root-2020.10.14
|
||
2020.1.x |
root-2020.1.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>run.wj</groupId>
<artifactId>root</artifactId>
<version>2022.9.1</version>
</dependency>
Advertisement