WebSocket API

WebSocket API and Implementation

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.websocket
ArtifactId

ArtifactId

websocket-api
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

WebSocket API
WebSocket API and Implementation
Project URL

Project URL

http://websocket-sdk.java.net/websocket-api

Download websocket-api

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1