Download websocket-0.1.jar file - Jar w

Jar examples for w:websocket

Description

A barebones WebSocket server and client implementation written in 100% Java, originally developed by Nathan Rajlich (nathan@tootallnate.net).

You can download jar file websocket 0.1 in this page.

License

Dual license consisting of the CDDL v1.1 and GPL v2

Build File

You can use the following script to add websocket-0.1.jar to your project.

<dependency>
   <groupId>cn.dreampie</groupId>
   <artifactId>websocket</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'cn.dreampie', name: 'websocket', version: '0.1'
libraryDependencies += "cn.dreampie" % "websocket" % "0.1"
<dependency org="cn.dreampie" name="websocket" rev="0.1"/>
@Grapes(@Grab(group='cn.dreampie', module='websocket', version='0.1'))
'cn.dreampie:websocket:jar:0.1'

Download

Click the following link to download the jar file.

websocket-0.1-javadoc.jar
websocket-0.1-sources.jar
websocket-0.1.jar
websocket-0.1.pom



Related Tutorials