License |
License |
---|---|
GroupId | GroupIdio.ably |
ArtifactId | ArtifactIdably-android |
Version | Version1.2.11 |
Type | Typeaar |
Description |
DescriptionAbly Android client library SDK
An Android Realtime and REST client library SDK for the Ably platform.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ably-android-1.2.11.pom | |
ably-android-1.2.11.aar | 384 KB |
ably-android-1.2.11-sources.jar | 158 KB |
ably-android-1.2.11-javadoc.jar | 689 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.ably/ably-android/ -->
<dependency>
<groupId>io.ably</groupId>
<artifactId>ably-android</artifactId>
<version>1.2.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.ably/ably-android/
implementation 'io.ably:ably-android:1.2.11'
// https://jarcasting.com/artifacts/io.ably/ably-android/
implementation ("io.ably:ably-android:1.2.11")
'io.ably:ably-android:aar:1.2.11'
<dependency org="io.ably" name="ably-android" rev="1.2.11">
<artifact name="ably-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.ably', module='ably-android', version='1.2.11')
)
libraryDependencies += "io.ably" % "ably-android" % "1.2.11"
[io.ably/ably-android "1.2.11"]
Group / Artifact | Type | Version |
---|---|---|
org.msgpack : msgpack-core | jar | 0.8.11 |
org.java-websocket : Java-WebSocket | jar | 1.4.0 |
com.google.code.gson : gson | jar | 2.8.6 |
com.davidehrmann.vcdiff : vcdiff-core | jar | 0.1.1 |