License |
License |
---|---|
Categories |
CategoriesIDE Development Tools GlassFish Container Application Servers Grizzly Net Networking |
GroupId | GroupIdorg.glassfish.tyrus |
ArtifactId | ArtifactIdwebsocket-provider-grizzly |
Last Version | Last Version1.0-b06 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSocket Grizzly SPI Provider
WebSocket API and Implementation
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-provider-grizzly/ -->
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>websocket-provider-grizzly</artifactId>
<version>1.0-b06</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-provider-grizzly/
implementation 'org.glassfish.tyrus:websocket-provider-grizzly:1.0-b06'
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-provider-grizzly/
implementation ("org.glassfish.tyrus:websocket-provider-grizzly:1.0-b06")
'org.glassfish.tyrus:websocket-provider-grizzly:jar:1.0-b06'
<dependency org="org.glassfish.tyrus" name="websocket-provider-grizzly" rev="1.0-b06">
<artifact name="websocket-provider-grizzly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus', module='websocket-provider-grizzly', version='1.0-b06')
)
libraryDependencies += "org.glassfish.tyrus" % "websocket-provider-grizzly" % "1.0-b06"
[org.glassfish.tyrus/websocket-provider-grizzly "1.0-b06"]
Group / Artifact | Type | Version |
---|---|---|
javax.net.websocket : javax.net.websocket-api | jar | 1.0-b06 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.tyrus : websocket-spi | jar | 1.0-b06 |
org.glassfish.grizzly : grizzly-websockets | jar | 2.2.9 |