is not current version
Last Version 2.1.7

com.digium.respoke:AndroidAsync 2.1.6.1

Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.

GroupId

GroupId

com.digium.respoke
ArtifactId

ArtifactId

AndroidAsync
Version

Version

2.1.6.1
Type

Type

aar

Download AndroidAsync 2.1.6.1


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