MVN

com.backendless : commons

Maven & Gradle

Jun 01, 2023

Commons · Commons lib for both server and client Java/Android SDKs

<dependency>
    <groupId>com.backendless</groupId>
    <artifactId>commons</artifactId>
    <version>6.7.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.7.5.0
  • Latest Beta: 6.3.4-beta

All Versions

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

Version Vulnerabilities Updated
6.7.x
commons-6.7.5.0
commons-6.7.4.0
commons-6.7.3.1
commons-6.7.3
6.3.x
commons-6.3.4-beta
commons-6.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.backendless</groupId>
    <artifactId>commons</artifactId>
    <version>6.7.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.backendless : commons gradle dependency to your build.gradle file:

implementation 'com.backendless:commons:6.7.5.0'

Gradle Kotlin DSL: Add the following com.backendless : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.backendless:commons:6.7.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.backendless : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.backendless" % "commons" % "6.7.5.0"