How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>test-static</artifactId>
<version>13.0.3</version>
</dependency>
Choose a version of org.opendaylight.odlparent : test-static to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
13.0.x |
test-static-13.0.3
|
||
test-static-13.0.2
|
|||
test-static-13.0.1
|
|||
test-static-13.0.0
|
|||
12.0.x |
test-static-12.0.6
|
||
test-static-12.0.5
|
|||
test-static-12.0.4
|
|||
test-static-12.0.3
|
|||
test-static-12.0.2
|
|||
test-static-12.0.1
|
|||
test-static-12.0.0
|
|||
11.0.x |
test-static-11.0.6
|
||
test-static-11.0.5
|
|||
test-static-11.0.4
|
|||
test-static-11.0.3
|
|||
test-static-11.0.2
|
|||
test-static-11.0.1
|
|||
test-static-11.0.0
|
|||
10.0.x |
test-static-10.0.6
|
||
test-static-10.0.5
|
|||
test-static-10.0.4
|
|||
test-static-10.0.3
|
|||
test-static-10.0.2
|
|||
test-static-10.0.1
|
|||
test-static-10.0.0
|
|||
9.0.x |
test-static-9.0.16
|
||
test-static-9.0.15
|
|||
test-static-9.0.14
|
|||
test-static-9.0.13
|
|||
test-static-9.0.12
|
|||
test-static-9.0.11
|
|||
test-static-9.0.10
|
|||
test-static-9.0.9
|
|||
test-static-9.0.8
|
|||
test-static-9.0.7
|
|||
test-static-9.0.6
|
|||
test-static-9.0.5
|
|||
test-static-9.0.4
|
|||
test-static-9.0.3
|
|||
test-static-9.0.2
|
|||
test-static-9.0.1
|
|||
test-static-9.0.0
|
|||
8.1.x |
test-static-8.1.9
|
||
test-static-8.1.8
|
|||
test-static-8.1.7
|
|||
test-static-8.1.6
|
|||
test-static-8.1.5
|
|||
test-static-8.1.4
|
|||
test-static-8.1.3
|
|||
test-static-8.1.2
|
|||
test-static-8.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>test-static</artifactId>
<version>13.0.3</version>
</dependency>
Advertisement