How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>clustering-aggregator</artifactId>
<version>2.2.0</version>
</dependency>
Choose a version of org.opendaylight.coretutorials : clustering-aggregator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
clustering-aggregator-2.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.coretutorials</groupId>
<artifactId>clustering-aggregator</artifactId>
<version>2.2.0</version>
</dependency>
Advertisement