is not current version
Last Version 1.2.14

io.ably:ably-android 1.1.10

An Android Realtime and REST client library for [Ably.io](https://www.ably.io), the realtime messaging service.

GroupId

GroupId

io.ably
ArtifactId

ArtifactId

ably-android
Version

Version

1.1.10
Type

Type

aar

Download ably-android 1.1.10


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