WebSocket Implementation

WebSocket API and Implementation

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.tyrus
ArtifactId

ArtifactId

websocket-impl
Last Version

Last Version

1.0-b06
Release Date

Release Date

Type

Type

jar
Description

Description

WebSocket Implementation
WebSocket API and Implementation
Project URL

Project URL

http://tyrus.java.net/websocket-impl

Download websocket-impl

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.glassfish.tyrus : websocket-provider-grizzly jar 1.0-b06
org.glassfish.tyrus : websocket-spi jar 1.0-b06
org.glassfish.grizzly : grizzly-framework jar 2.2.9
org.glassfish.grizzly : grizzly-websockets jar 2.2.9
org.glassfish.grizzly : grizzly-http-server jar 2.2.9
javax.net.websocket : javax.net.websocket-api jar 1.0-b06

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-b06
1.0-b05
1.0-b04