Download javax.websocket-api-1.0-rc4.jar file - Jar j

Jar examples for j:javax.websocket-api

Description

API of JSR-356 Drafts (will switch to official version when available on maven central)

You can download jar file javax.websocket-api 1.0-rc4 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 javax.websocket-api-1.0-rc4.jar to your project.

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

Download

Click the following link to download the jar file.

javax.websocket-api-1.0-rc4-javadoc.jar
javax.websocket-api-1.0-rc4-sources.jar
javax.websocket-api-1.0-rc4.jar
javax.websocket-api-1.0-rc4.pom



Related Tutorials