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