Jar examples for j:javax.websocket-client-api
JSR 356: Java API for WebSocket
You can download jar file javax.websocket-client-api 1.0 in this page.
Open Source License
You can use the following script to add javax.websocket-client-api-1.0.jar to your project.
<dependency> <groupId>javax.websocket</groupId> <artifactId>javax.websocket-client-api</artifactId> <version>1.0</version> </dependency>
compile group: 'javax.websocket', name: 'javax.websocket-client-api', version: '1.0'
libraryDependencies += "javax.websocket" % "javax.websocket-client-api" % "1.0"
<dependency org="javax.websocket" name="javax.websocket-client-api" rev="1.0"/>
@Grapes(@Grab(group='javax.websocket', module='javax.websocket-client-api', version='1.0'))
'javax.websocket:javax.websocket-client-api:jar:1.0'
Click the following link to download the jar file.
javax.websocket-client-api-1.0-javadoc.jar