is not current version
Last Version 4.0.1

com.appunite:websockets-rxjava 2.2.0

RxJavaWebsocketClient is simple library for Websocket connection for java and Android. It is designed to be fast and fault tolerant.

Categories

Categories

RxJava Container Microservices Reactive libraries
GroupId

GroupId

com.appunite
ArtifactId

ArtifactId

websockets-rxjava
Version

Version

2.2.0
Type

Type

jar

Download websockets-rxjava 2.2.0


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