is not current version
Last Version 1.0-b06

org.glassfish.tyrus:websocket-sample-echo 1.0-b04


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.tyrus
ArtifactId

ArtifactId

websocket-sample-echo
Version

Version

1.0-b04
Type

Type

war

Download websocket-sample-echo 1.0-b04


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