<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>websocket-client</artifactId>
<version>1.10.0</version>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='websocket-client', version='1.10.0')
)
<parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>restconf-parent</artifactId> <version>1.10.0</version> </parent>
compile
|-- org.eclipse.jetty.websocket:websocket-client:9.4.12.v20180830
|-- net.sourceforge.argparse4j:argparse4j:0.8.1