MVN

io.ably : ably-java

Maven & Gradle

Jul 06, 2023
75 stars

Ably Java client library SDK · A Java Realtime and REST client library SDK for the Ably platform.

<dependency>
    <groupId>io.ably</groupId>
    <artifactId>ably-java</artifactId>
    <version>1.2.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ably : ably-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.31

All Versions

Choose a version of io.ably : ably-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ably-java-1.2.31
ably-java-1.2.30
ably-java-1.2.29
ably-java-1.2.28
ably-java-1.2.27
ably-java-1.2.26
ably-java-1.2.25
ably-java-1.2.24
ably-java-1.2.23
ably-java-1.2.22
ably-java-1.2.21
ably-java-1.2.20
ably-java-1.2.19
ably-java-1.2.18
ably-java-1.2.17
ably-java-1.2.16
ably-java-1.2.15
ably-java-1.2.14
ably-java-1.2.13
ably-java-1.2.12
ably-java-1.2.11
ably-java-1.2.10
ably-java-1.2.9
ably-java-1.2.8
ably-java-1.2.7
ably-java-1.2.6
ably-java-1.2.5
ably-java-1.2.4
ably-java-1.2.3
ably-java-1.2.2
ably-java-1.2.1
ably-java-1.2.0
1.1.x
ably-java-1.1.11
ably-java-1.1.10
ably-java-1.1.9
ably-java-1.1.8
ably-java-1.1.5

How to add a dependency to Maven

Add the following io.ably : ably-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.ably</groupId>
    <artifactId>ably-java</artifactId>
    <version>1.2.31</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ably : ably-java gradle dependency to your build.gradle file:

implementation 'io.ably:ably-java:1.2.31'

Gradle Kotlin DSL: Add the following io.ably : ably-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ably:ably-java:1.2.31")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ably : ably-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ably" % "ably-java" % "1.2.31"

Advertisement