Java/Android WebSocket Client

A very lightweight WebSocket client library for Java/Android which aims to implement the WebSocket protocol as defined in RFC 6455

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

tech.gusavila92
ArtifactId

ArtifactId

java-android-websocket-client
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java/Android WebSocket Client
A very lightweight WebSocket client library for Java/Android which aims to implement the WebSocket protocol as defined in RFC 6455
Project URL

Project URL

https://github.com/gusavila92/java-android-websocket-client
Source Code Management

Source Code Management

http://github.com/gusavila92/java-android-websocket-client/tree/master

Download java-android-websocket-client

How to add to project

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

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
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0