<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>netconf-tcp</artifactId>
<version>1.0.3-Beryllium-SR3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='netconf-tcp', version='1.0.3-Beryllium-SR3')
)
<dependency org="org.opendaylight.netconf" name="netconf-tcp" rev="1.0.3-Beryllium-SR3" />
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-subsystem</artifactId> <version>1.0.3-Beryllium-SR3</version> </parent>
compile
|-- org.opendaylight.netconf:netconf-api
|-- org.opendaylight.netconf:netconf-util
|-- org.opendaylight.controller:threadpool-config-api
|-- org.opendaylight.controller:netty-config-api
test