License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.tyrus |
ArtifactId | ArtifactIdwebsocket-impl |
Last Version | Last Version1.0-b06 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSocket Implementation
WebSocket API and Implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
websocket-impl-1.0-b06.pom | |
websocket-impl-1.0-b06.jar | 47 KB |
websocket-impl-1.0-b06-sources.jar | 57 KB |
websocket-impl-1.0-b06-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-impl/ -->
<dependency>
<groupId>org.glassfish.tyrus</groupId>
<artifactId>websocket-impl</artifactId>
<version>1.0-b06</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-impl/
implementation 'org.glassfish.tyrus:websocket-impl:1.0-b06'
// https://jarcasting.com/artifacts/org.glassfish.tyrus/websocket-impl/
implementation ("org.glassfish.tyrus:websocket-impl:1.0-b06")
'org.glassfish.tyrus:websocket-impl:jar:1.0-b06'
<dependency org="org.glassfish.tyrus" name="websocket-impl" rev="1.0-b06">
<artifact name="websocket-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.tyrus', module='websocket-impl', version='1.0-b06')
)
libraryDependencies += "org.glassfish.tyrus" % "websocket-impl" % "1.0-b06"
[org.glassfish.tyrus/websocket-impl "1.0-b06"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.tyrus : websocket-provider-grizzly | jar | 1.0-b06 |
org.glassfish.tyrus : websocket-spi | jar | 1.0-b06 |
org.glassfish.grizzly : grizzly-framework | jar | 2.2.9 |
org.glassfish.grizzly : grizzly-websockets | jar | 2.2.9 |
org.glassfish.grizzly : grizzly-http-server | jar | 2.2.9 |
javax.net.websocket : javax.net.websocket-api | jar | 1.0-b06 |