is not current version
Last Version 2.14

com.neovisionaries:nv-websocket-client 1.13

WebSocket client implementation in Java.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.neovisionaries
ArtifactId

ArtifactId

nv-websocket-client
Version

Version

1.13
Type

Type

jar

Download nv-websocket-client 1.13


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