Last Version

WebSocket 0.2

WebSocket API and Implementation

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.websocket
ArtifactId

ArtifactId

websocket
Version

Version

0.2
Type

Type

pom
Description

Description

WebSocket
WebSocket API and Implementation
Project URL

Project URL

http://websocket-sdk.java.net

Download websocket 0.2

Filename Size
websocket-0.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.websocket/websocket/ -->
<dependency>
    <groupId>org.glassfish.websocket</groupId>
    <artifactId>websocket</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket/
implementation 'org.glassfish.websocket:websocket:0.2'
// https://jarcasting.com/artifacts/org.glassfish.websocket/websocket/
implementation ("org.glassfish.websocket:websocket:0.2")
'org.glassfish.websocket:websocket:pom:0.2'
<dependency org="org.glassfish.websocket" name="websocket" rev="0.2">
  <artifact name="websocket" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.websocket', module='websocket', version='0.2')
)
libraryDependencies += "org.glassfish.websocket" % "websocket" % "0.2"
[org.glassfish.websocket/websocket "0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • api
  • impl
  • bundles
  • tests
  • samples