How to install the Java artifact org.opendaylight.lispflowmapping.mappingservice.netconf with Maven
Java
Maven
pom.xml
org.opendaylight.lispflowmapping
mappingservice.netconf
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.opendaylight.lispflowmapping</groupId>
<artifactId>mappingservice.netconf</artifactId>
<version>1.2.4-Lithium-SR4</version>
</dependency>
/dependencies>