Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.tyrus |
ArtifactId | ArtifactIdwebsocket-sample-echo |
Version | Version1.0-b04 |
Type | Typewar |
<!-- 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"]