How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ovirt.vdsm-jsonrpc-java</groupId>
<artifactId>root</artifactId>
<version>1.7.2</version>
</dependency>
Choose a version of org.ovirt.vdsm-jsonrpc-java : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
root-1.7.2
|
||
root-1.7.1
|
|||
root-1.7.0
|
|||
1.6.x |
root-1.6.0
|
||
1.5.x |
root-1.5.7
|
||
root-1.5.6
|
|||
root-1.5.5
|
|||
root-1.5.4
|
|||
root-1.5.3
|
|||
root-1.5.2
|
|||
root-1.5.1
|
|||
root-1.5.0
|
|||
1.4.x |
root-1.4.18
|
||
root-1.4.17
|
|||
root-1.4.16
|
|||
root-1.4.15
|
|||
root-1.4.14
|
|||
root-1.4.13
|
|||
root-1.4.12
|
|||
root-1.4.11
|
|||
root-1.4.10
|
|||
root-1.4.9
|
|||
root-1.4.8
|
|||
root-1.4.7
|
|||
root-1.4.6
|
|||
root-1.4.5
|
|||
root-1.4.4
|
|||
root-1.4.3
|
|||
root-1.4.2
|
|||
root-1.4.1
|
|||
root-1.4.0
|
|||
1.3.x |
root-1.3.16
|
||
root-1.3.15
|
|||
root-1.3.14
|
|||
root-1.3.13
|
|||
root-1.3.12
|
|||
root-1.3.11
|
|||
root-1.3.10
|
|||
root-1.3.9
|
|||
root-1.3.8
|
|||
root-1.3.7
|
|||
root-1.3.6
|
|||
root-1.3.5
|
|||
root-1.3.4
|
|||
root-1.3.3
|
|||
1.2.x |
root-1.2.10
|
||
root-1.2.9
|
|||
root-1.2.8
|
|||
root-1.2.7
|
|||
root-1.2.6
|
|||
root-1.2.5
|
|||
root-1.2.4
|
|||
root-1.2.3
|
|||
1.1.x |
root-1.1.16
|
||
root-1.1.15
|
|||
root-1.1.14
|
|||
root-1.1.13
|
|||
root-1.1.12
|
|||
root-1.1.11
|
|||
root-1.1.10
|
|||
root-1.1.9
|
|||
root-1.1.8
|
|||
root-1.1.7
|
|||
root-1.1.6
|
|||
root-1.1.5
|
|||
1.0.x |
root-1.0.15
|
||
root-1.0.14
|
|||
root-1.0.13
|
|||
root-1.0.12
|
|||
root-1.0.11
|
|||
root-1.0.10
|
|||
root-1.0.9
|
|||
root-1.0.8
|
|||
root-1.0.7
|
|||
root-1.0.6
|
|||
root-1.0.5
|
|||
root-1.0.4
|
|||
root-1.0.2
|
|||
root-1.0.1
|
|||
root-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ovirt.vdsm-jsonrpc-java</groupId>
<artifactId>root</artifactId>
<version>1.7.2</version>
</dependency>
Advertisement