WebSocket

WebSocket API and Implementation

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.tyrus
ArtifactId

ArtifactId

websocket
Last Version

Last Version

1.0-b06
Release Date

Release Date

Type

Type

pom
Description

Description

WebSocket
WebSocket API and Implementation
Project URL

Project URL

http://tyrus.java.net

Download websocket

Filename Size
websocket-1.0-b06.pom 9 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
javax.net.websocket : javax.net.websocket-api jar 1.0-b06

Project Modules

  • impl
  • bundles
  • tests
  • samples
  • spi
  • spi-providers
  • client

Versions

Version
1.0-b06
1.0-b05
1.0-b04