Download nv-websocket-client-2.2.jar file - Jar n

Jar examples for n:nv-websocket-client

Description

WebSocket client implementation in Java.

You can download jar file nv-websocket-client 2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nv-websocket-client-2.2.jar to your project.

<dependency>
   <groupId>com.neovisionaries</groupId>
   <artifactId>nv-websocket-client</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'com.neovisionaries', name: 'nv-websocket-client', version: '2.2'
libraryDependencies += "com.neovisionaries" % "nv-websocket-client" % "2.2"
<dependency org="com.neovisionaries" name="nv-websocket-client" rev="2.2"/>
@Grapes(@Grab(group='com.neovisionaries', module='nv-websocket-client', version='2.2'))
'com.neovisionaries:nv-websocket-client:jar:2.2'

Download

Click the following link to download the jar file.

nv-websocket-client-2.2-javadoc.jar
nv-websocket-client-2.2-sources.jar
nv-websocket-client-2.2.jar
nv-websocket-client-2.2.pom



Related Tutorials