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
Files download
File Operation
nv-websocket-client-2.6.jar download
nv-websocket-client-2.6.pom download
nv-websocket-client-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.neovisionaries</groupId>
  <artifactId>nv-websocket-client</artifactId>
  <version>2.6</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.neovisionaries:nv-websocket-client:2.6'
Gradle Kotlin
implementation("com.neovisionaries:nv-websocket-client:2.6")
Scala SBT
libraryDependencies += "com.neovisionaries" % "nv-websocket-client" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.neovisionaries', module='nv-websocket-client', version='2.6')
)
Apache Ivy
<dependency org="com.neovisionaries" name="nv-websocket-client" rev="2.6" />
Leiningen
[com.neovisionaries/nv-websocket-client "2.6"]
Apache Buildr
'com.neovisionaries:nv-websocket-client:jar:2.6'
Dependencies