How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>ofconf</artifactId>
<version>1.0.0-Beryllium</version>
</dependency>
Choose a version of org.opendaylight.of-config : ofconf to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
ofconf-1.0.0-Beryllium
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.of-config</groupId>
<artifactId>ofconf</artifactId>
<version>1.0.0-Beryllium</version>
</dependency>
Advertisement