Download websocket-api-0.2.jar file - Jar w

Jar examples for w:websocket-api

Description

You can download jar file websocket-api 0.2 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

websocket-api-0.2-javadoc.jar
websocket-api-0.2-sources.jar
websocket-api-0.2.jar
websocket-api-0.2.pom



Related Tutorials