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