Java Websockify

A websockify server written in Java using Netty.

License

License

Categories

Categories

Net
GroupId

GroupId

com.netiq
ArtifactId

ArtifactId

websockify
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

Java Websockify
A websockify server written in Java using Netty.
Project URL

Project URL

https://github.com/jribble/Java-Websockify

Download websockify

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.netty : netty jar 3.3.0.Final
args4j : args4j jar 2.0.16

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.3
1.2
1.1
1.0