is not current version
Last Version 3.0.5

org.opendaylight.netconf:websocket-client 2.0.6


Categories

Categories

Net CLI User Interface
GroupId

GroupId

org.opendaylight.netconf
ArtifactId

ArtifactId

websocket-client
Version

Version

2.0.6
Type

Type

jar

Download websocket-client 2.0.6


<!-- https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/ -->
<dependency>
    <groupId>org.opendaylight.netconf</groupId>
    <artifactId>websocket-client</artifactId>
    <version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/
implementation 'org.opendaylight.netconf:websocket-client:2.0.6'
// https://jarcasting.com/artifacts/org.opendaylight.netconf/websocket-client/
implementation ("org.opendaylight.netconf:websocket-client:2.0.6")
'org.opendaylight.netconf:websocket-client:jar:2.0.6'
<dependency org="org.opendaylight.netconf" name="websocket-client" rev="2.0.6">
  <artifact name="websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.netconf', module='websocket-client', version='2.0.6')
)
libraryDependencies += "org.opendaylight.netconf" % "websocket-client" % "2.0.6"
[org.opendaylight.netconf/websocket-client "2.0.6"]