Download androidasync-2.1.9.jar file - Jar a

Jar examples for a:androidasync

Description

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

You can download jar file androidasync 2.1.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add androidasync-2.1.9.jar to your project.

<dependency>
   <groupId>com.koushikdutta.async</groupId>
   <artifactId>androidasync</artifactId>
   <version>2.1.9</version>
</dependency>
compile group: 'com.koushikdutta.async', name: 'androidasync', version: '2.1.9'
libraryDependencies += "com.koushikdutta.async" % "androidasync" % "2.1.9"
<dependency org="com.koushikdutta.async" name="androidasync" rev="2.1.9"/>
@Grapes(@Grab(group='com.koushikdutta.async', module='androidasync', version='2.1.9'))
'com.koushikdutta.async:androidasync:jar:2.1.9'

Download

Click the following link to download the jar file.

androidasync-2.1.9-javadoc.jar
androidasync-2.1.9-sources.jar
androidasync-2.1.9.pom



Related Tutorials