How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.venuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.355</version>
</dependency>
Choose a version of io.venuu : vuu-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.355 |
vuu-parent-0.355
|
||
0.354 |
vuu-parent-0.354
|
||
0.353 |
vuu-parent-0.353
|
||
0.351 |
vuu-parent-0.351
|
||
0.350 |
vuu-parent-0.350
|
||
0.201 |
vuu-parent-0.201
|
||
0.17 |
vuu-parent-0.17
|
||
0.101 |
vuu-parent-0.101
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.venuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.355</version>
</dependency>
Advertisement