License |
License |
---|---|
GroupId | GroupIdcom.digium.respoke |
ArtifactId | ArtifactIdAndroidAsync |
Last Version | Last Version2.1.7 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionAndroidAsync
Asynchronous socket, http (client+server), websocket, and socket.io library for android. Based on nio, not threads.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
AndroidAsync-2.1.7.pom | |
AndroidAsync-2.1.7.aar | 496 KB |
AndroidAsync-2.1.7-sources.jar | 224 KB |
AndroidAsync-2.1.7-javadoc.jar | 618 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.digium.respoke/AndroidAsync/ -->
<dependency>
<groupId>com.digium.respoke</groupId>
<artifactId>AndroidAsync</artifactId>
<version>2.1.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.digium.respoke/AndroidAsync/
implementation 'com.digium.respoke:AndroidAsync:2.1.7'
// https://jarcasting.com/artifacts/com.digium.respoke/AndroidAsync/
implementation ("com.digium.respoke:AndroidAsync:2.1.7")
'com.digium.respoke:AndroidAsync:aar:2.1.7'
<dependency org="com.digium.respoke" name="AndroidAsync" rev="2.1.7">
<artifact name="AndroidAsync" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.digium.respoke', module='AndroidAsync', version='2.1.7')
)
libraryDependencies += "com.digium.respoke" % "AndroidAsync" % "2.1.7"
[com.digium.respoke/AndroidAsync "2.1.7"]