Java WebSocket Library

A barebones WebSocket server and client implementation written in 100% Java, originally developed by Nathan Rajlich ([email protected]).

License

License

Categories

Categories

Net
GroupId

GroupId

com.netiq
ArtifactId

ArtifactId

websocket
Last Version

Last Version

0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Java WebSocket Library
A barebones WebSocket server and client implementation written in 100% Java, originally developed by Nathan Rajlich ([email protected]).

Download websocket

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.7