MVN

com.ably.tracking : ui-sdk

Maven & Gradle

Apr 27, 2023
12 stars

com.ably.tracking:ui-sdk · Ably Asset Tracking UI extensions module.

<dependency>
    <groupId>com.ably.tracking</groupId>
    <artifactId>ui-sdk</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ably.tracking : ui-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Release Candidate: 1.4.0-rc.2
  • Latest Beta: 1.6.0-beta.1

All Versions

Choose a version of com.ably.tracking : ui-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
ui-sdk-1.7.0
1.6.x
ui-sdk-1.6.4
ui-sdk-1.6.3
ui-sdk-1.6.2
ui-sdk-1.6.1
ui-sdk-1.6.0
ui-sdk-1.6.0-beta.1
1.5.x
ui-sdk-1.5.1
ui-sdk-1.5.0
1.4.x
ui-sdk-1.4.1
ui-sdk-1.4.0
ui-sdk-1.4.0-rc.2
ui-sdk-1.4.0-rc.1
1.3.x
ui-sdk-1.3.0
1.2.x
ui-sdk-1.2.0
1.1.x
ui-sdk-1.1.1
ui-sdk-1.1.0
ui-sdk-1.1.0-rc.7
ui-sdk-1.1.0-rc.6
ui-sdk-1.1.0-rc.5
ui-sdk-1.1.0-rc.4
ui-sdk-1.1.0-rc.3
ui-sdk-1.1.0-rc.2
ui-sdk-1.1.0-rc.1

How to add a dependency to Maven

Add the following com.ably.tracking : ui-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ably.tracking</groupId>
    <artifactId>ui-sdk</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ably.tracking : ui-sdk gradle dependency to your build.gradle file:

implementation 'com.ably.tracking:ui-sdk:1.7.0'

Gradle Kotlin DSL: Add the following com.ably.tracking : ui-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ably.tracking:ui-sdk:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ably.tracking : ui-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ably.tracking" % "ui-sdk" % "1.7.0"