How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>infrautils-async</artifactId>
<version>1.7.4-Boron-SR4</version>
</dependency>
Choose a version of org.opendaylight.infrautils : infrautils-async to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
infrautils-async-1.7.4-Boron-SR4
|
||
infrautils-async-1.7.3-Boron-SR3
|
|||
infrautils-async-1.7.2-Boron-SR2
|
|||
infrautils-async-1.7.1-Boron-SR1
|
|||
infrautils-async-1.7.0-Boron
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>infrautils-async</artifactId>
<version>1.7.4-Boron-SR4</version>
</dependency>
Advertisement