Jar examples for w:websocket
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.9 in this page.
Dual license consisting of the CDDL v1.1 and GPL v2
You can use the following script to add websocket-0.9.jar to your project.
<dependency> <groupId>org.atteo.moonshine</groupId> <artifactId>websocket</artifactId> <version>0.9</version> </dependency>
compile group: 'org.atteo.moonshine', name: 'websocket', version: '0.9'
libraryDependencies += "org.atteo.moonshine" % "websocket" % "0.9"
<dependency org="org.atteo.moonshine" name="websocket" rev="0.9"/>
@Grapes(@Grab(group='org.atteo.moonshine', module='websocket', version='0.9'))
'org.atteo.moonshine:websocket:jar:0.9'
Click the following link to download the jar file.
websocket-0.9-javadoc.jar