is not current version
Last Version 1.0-b06

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


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.tyrus
ArtifactId

ArtifactId

websocket-sample-echo
Version

Version

1.0-b05
Type

Type

war

Download websocket-sample-echo 1.0-b05


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