MVN

com.backendless : android-client-sdk

Maven & Gradle

Aug 17, 2023
2 stars

Android-Client-SDK for Backendless · Provides access to Backendless API

<dependency>
    <groupId>com.backendless</groupId>
    <artifactId>android-client-sdk</artifactId>
    <version>7.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.backendless : android-client-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.7
  • Latest Release Candidate: 7.0.0-RC3

All Versions

Choose a version of com.backendless : android-client-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
android-client-sdk-8.0.0-RC1
7.0.x
android-client-sdk-7.0.7
android-client-sdk-7.0.6
android-client-sdk-7.0.5
android-client-sdk-7.0.4
android-client-sdk-7.0.3
android-client-sdk-7.0.2
android-client-sdk-7.0.1
android-client-sdk-7.0.0
android-client-sdk-7.0.0-RC3
android-client-sdk-7.0.0-RC2
android-client-sdk-7.0.0-RC1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.backendless</groupId>
    <artifactId>android-client-sdk</artifactId>
    <version>7.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.backendless : android-client-sdk gradle dependency to your build.gradle file:

implementation 'com.backendless:android-client-sdk:7.0.7'

Gradle Kotlin DSL: Add the following com.backendless : android-client-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.backendless:android-client-sdk:7.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.backendless : android-client-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.backendless" % "android-client-sdk" % "7.0.7"