Last Version

AndroidAsync 3.1.0

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

License

License

GroupId

GroupId

com.koushikdutta.async
ArtifactId

ArtifactId

androidasync
Version

Version

3.1.0
Type

Type

aar
Description

Description

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

Project URL

https://github.com/koush/AndroidAsync

Download androidasync 3.1.0


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

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.