is not current version
Last Version 1.2.14

io.ably:ably-android 1.2.2

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.2.2
Type

Type

aar

Download ably-android 1.2.2


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