Jar examples for j:javax.websocket-all
JSR 356: Java API for WebSocket
You can download jar file javax.websocket-all 1.1 in this page.
Dual license consisting of the CDDL v1.1 and GPL v2
You can use the following script to add javax.websocket-all-1.1.jar to your project.
<dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-all</artifactId> <version>1.1</version> </dependency>
compile group: 'javax.websocket', name: 'javax.websocket-all', version: '1.1'
libraryDependencies += "javax.websocket" % "javax.websocket-all" % "1.1"
<dependency org="javax.websocket" name="javax.websocket-all" rev="1.1"/>
@Grapes(@Grab(group='javax.websocket', module='javax.websocket-all', version='1.1'))
'javax.websocket:javax.websocket-all:jar:1.1'
Click the following link to download the jar file.
javax.websocket-all-1.1.pom