is not current version
Last Version 1.0-b06

org.glassfish.tyrus:websocket 1.0-b04

WebSocket API and Implementation

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.tyrus
ArtifactId

ArtifactId

websocket
Version

Version

1.0-b04
Type

Type

pom

Download websocket 1.0-b04

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

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