is not current version
Last Version 1.2.2

tech.gusavila92:java-android-websocket-client 1.0.0

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

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

tech.gusavila92
ArtifactId

ArtifactId

java-android-websocket-client
Version

Version

1.0.0
Type

Type

jar

Download java-android-websocket-client 1.0.0


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