w

websocket-client

文件下载
文件名 操作
websocket-client-7.0.8.jar 下载
websocket-client-7.0.8.pom 下载
websocket-client-7.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>websocket-client</artifactId>
  <version>7.0.8</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:websocket-client:7.0.8'
Gradle Kotlin
implementation("org.opendaylight.netconf:websocket-client:7.0.8")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "websocket-client" % "7.0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='websocket-client', version='7.0.8')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="websocket-client" rev="7.0.8" />
Leiningen
[org.opendaylight.netconf/websocket-client "7.0.8"]
Apache Buildr
'org.opendaylight.netconf:websocket-client:jar:7.0.8'