n

nv-websocket-client

WebSocket client implementation in Java.
https://github.com/TakahikoKawasaki/nv-websocket-client
The Apache Software License, Version 2.0
Takahiko Kawasaki
文件下载
文件名 操作
nv-websocket-client-1.9.jar 下载
nv-websocket-client-1.9.pom 下载
nv-websocket-client-1.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.neovisionaries</groupId>
  <artifactId>nv-websocket-client</artifactId>
  <version>1.9</version>
</dependency>
Gradle Groovy
implementation 'com.neovisionaries:nv-websocket-client:1.9'
Gradle Kotlin
implementation("com.neovisionaries:nv-websocket-client:1.9")
Scala SBT
libraryDependencies += "com.neovisionaries" % "nv-websocket-client" % "1.9"
Groovy Grape
@Grapes(
  @Grab(group='com.neovisionaries', module='nv-websocket-client', version='1.9')
)
Apache Ivy
<dependency org="com.neovisionaries" name="nv-websocket-client" rev="1.9" />
Leiningen
[com.neovisionaries/nv-websocket-client "1.9"]
Apache Buildr
'com.neovisionaries:nv-websocket-client:jar:1.9'
本项目依赖