WebSocket client API

JSR 356: Java API for WebSocket

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

javax.websocket
ArtifactId

ArtifactId

javax.websocket-client-api
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

WebSocket client API
JSR 356: Java API for WebSocket
Project URL

Project URL

http://websocket-spec.java.net
Project Organization

Project Organization

Oracle

Download javax.websocket-client-api

How to add to project

<!-- https://jarcasting.com/artifacts/javax.websocket/javax.websocket-client-api/ -->
<dependency>
    <groupId>javax.websocket</groupId>
    <artifactId>javax.websocket-client-api</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/javax.websocket/javax.websocket-client-api/
implementation 'javax.websocket:javax.websocket-client-api:1.1'
// https://jarcasting.com/artifacts/javax.websocket/javax.websocket-client-api/
implementation ("javax.websocket:javax.websocket-client-api:1.1")
'javax.websocket:javax.websocket-client-api:jar:1.1'
<dependency org="javax.websocket" name="javax.websocket-client-api" rev="1.1">
  <artifact name="javax.websocket-client-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.websocket', module='javax.websocket-client-api', version='1.1')
)
libraryDependencies += "javax.websocket" % "javax.websocket-client-api" % "1.1"
[javax.websocket/javax.websocket-client-api "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0
1.0-rc5
1.0-rc4
1.0-rc3
1.0-rc2
1.0-rc1
1.0-b14
1.0-b13
1.0-b12