How to install the Java artifact org.onosproject.onos-protocols-bgp-api with Maven
Java
Maven
pom.xml
org.onosproject
onos-protocols-bgp-api
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-protocols-bgp-api</artifactId>
<version>2.5.0</version>
</dependency>
/dependencies>