<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>netconf-monitoring</artifactId>
<version>0.3.1-Lithium-SR1</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.opendaylight.controller" % "netconf-monitoring" % "0.3.1-Lithium-SR1"
@Grapes(
@Grab(group='org.opendaylight.controller', module='netconf-monitoring', version='0.3.1-Lithium-SR1')
)
<dependency org="org.opendaylight.controller" name="netconf-monitoring" rev="0.3.1-Lithium-SR1" />
<parent> <groupId>org.opendaylight.controller</groupId> <artifactId>netconf-subsystem</artifactId> <version>0.3.1-Lithium-SR1</version> </parent>
compile
|-- org.opendaylight.controller:netconf-api
|-- org.opendaylight.controller:netconf-mapping-api
|-- org.opendaylight.controller:netconf-util
|-- org.opendaylight.yangtools:mockito-configuration