w

websocket-client

Files download
File Operation
websocket-client-5.0.10.jar download
websocket-client-5.0.10.pom download
websocket-client-5.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>websocket-client</artifactId>
  <version>5.0.10</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:websocket-client:5.0.10'
Gradle Kotlin
implementation("org.opendaylight.netconf:websocket-client:5.0.10")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "websocket-client" % "5.0.10"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='websocket-client', version='5.0.10')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="websocket-client" rev="5.0.10" />
Leiningen
[org.opendaylight.netconf/websocket-client "5.0.10"]
Apache Buildr
'org.opendaylight.netconf:websocket-client:jar:5.0.10'