How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.p4plugin</groupId>
<artifactId>p4plugin-runtime-aggregator</artifactId>
<version>0.1.4</version>
</dependency>
Choose a version of org.opendaylight.p4plugin : p4plugin-runtime-aggregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
p4plugin-runtime-aggregator-0.1.4
|
||
p4plugin-runtime-aggregator-0.1.3
|
|||
p4plugin-runtime-aggregator-0.1.2
|
|||
p4plugin-runtime-aggregator-0.1.1
|
|||
p4plugin-runtime-aggregator-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.p4plugin</groupId>
<artifactId>p4plugin-runtime-aggregator</artifactId>
<version>0.1.4</version>
</dependency>
Advertisement