w

websocket-client

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