How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.08</version>
</dependency>
Choose a version of org.finos.vuu : vuu-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
vuu-parent-0.5.08
|
||
vuu-parent-0.5.06
|
|||
vuu-parent-0.5.04
|
|||
vuu-parent-0.5.03
|
|||
vuu-parent-0.5.02
|
|||
vuu-parent-0.5.00
|
|||
vuu-parent-0.5.00-beta2
|
|||
vuu-parent-0.5.00-beta1
|
|||
0.4.x |
vuu-parent-0.4.64
|
||
vuu-parent-0.4.63
|
|||
vuu-parent-0.4.62
|
|||
vuu-parent-0.4.61
|
|||
vuu-parent-0.4.51
|
|||
vuu-parent-0.4.50
|
|||
vuu-parent-0.4.47
|
|||
vuu-parent-0.4.45
|
|||
vuu-parent-0.4.44
|
|||
vuu-parent-0.4.43
|
|||
vuu-parent-0.4.42
|
|||
vuu-parent-0.4.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.finos.vuu</groupId>
<artifactId>vuu-parent</artifactId>
<version>0.5.08</version>
</dependency>
Advertisement