is not current version
Last Version 2.14

com.neovisionaries:nv-websocket-client 1.8

WebSocket client implementation in Java.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.neovisionaries
ArtifactId

ArtifactId

nv-websocket-client
Version

Version

1.8
Type

Type

jar

Download nv-websocket-client 1.8


<!-- https://jarcasting.com/artifacts/com.neovisionaries/nv-websocket-client/ -->
<dependency>
    <groupId>com.neovisionaries</groupId>
    <artifactId>nv-websocket-client</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.neovisionaries/nv-websocket-client/
implementation 'com.neovisionaries:nv-websocket-client:1.8'
// https://jarcasting.com/artifacts/com.neovisionaries/nv-websocket-client/
implementation ("com.neovisionaries:nv-websocket-client:1.8")
'com.neovisionaries:nv-websocket-client:jar:1.8'
<dependency org="com.neovisionaries" name="nv-websocket-client" rev="1.8">
  <artifact name="nv-websocket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.neovisionaries', module='nv-websocket-client', version='1.8')
)
libraryDependencies += "com.neovisionaries" % "nv-websocket-client" % "1.8"
[com.neovisionaries/nv-websocket-client "1.8"]