License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.websocket |
ArtifactId | ArtifactIdwebsocket-impl |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSocket Implementation
WebSocket API and Implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
websocket-impl-0.2.pom | |
websocket-impl-0.2.jar | 45 KB |
websocket-impl-0.2-sources.jar | 26 KB |
websocket-impl-0.2-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-impl/ -->
<dependency>
<groupId>org.glassfish.websocket</groupId>
<artifactId>websocket-impl</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-impl/
implementation 'org.glassfish.websocket:websocket-impl:0.2'
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket-impl/
implementation ("org.glassfish.websocket:websocket-impl:0.2")
'org.glassfish.websocket:websocket-impl:jar:0.2'
<dependency org="org.glassfish.websocket" name="websocket-impl" rev="0.2">
<artifact name="websocket-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.websocket', module='websocket-impl', version='0.2')
)
libraryDependencies += "org.glassfish.websocket" % "websocket-impl" % "0.2"
[org.glassfish.websocket/websocket-impl "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.websocket : websocket-api | jar | 0.2 |
org.glassfish.grizzly : grizzly-websockets | jar | 2.1.7 |