How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>ttp-root</artifactId>
<version>0.5.3</version>
</dependency>
Choose a version of org.opendaylight.ttp : ttp-root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
ttp-root-0.5.3
|
||
ttp-root-0.5.2
|
|||
ttp-root-0.5.1
|
|||
ttp-root-0.5.0
|
|||
0.4.x |
ttp-root-0.4.4-Carbon
|
||
ttp-root-0.4.3-Carbon
|
|||
ttp-root-0.4.2-Carbon
|
|||
ttp-root-0.4.1-Carbon
|
|||
ttp-root-0.4.0-Carbon
|
|||
0.3.x |
ttp-root-0.3.4-Boron-SR4
|
||
ttp-root-0.3.3-Boron-SR3
|
|||
ttp-root-0.3.2-Boron-SR2
|
|||
ttp-root-0.3.1-Boron-SR1
|
|||
ttp-root-0.3.0-Boron
|
|||
0.2.x |
ttp-root-0.2.4-Beryllium-SR4
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>ttp-root</artifactId>
<version>0.5.3</version>
</dependency>
Advertisement