MVN

com.backendless : weborbclient

Maven & Gradle

Mar 09, 2023

Weborbclient · Do not use as direct dependency in your projects! No support provided. Weborbclient artifact was backported from Backendless private Maven repo for Android/Java SDKs til they migrate to Backendless REST API

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

Latest Version

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

  • Latest Stable: 5.2.0.8

All Versions

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

Version Vulnerabilities Updated
5.2.x
weborbclient-5.2.0.8
weborbclient-5.2.0.7
weborbclient-5.2.0.6
5.1.x
weborbclient-5.1.0.212

How to add a dependency to Maven

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

<dependency>
    <groupId>com.backendless</groupId>
    <artifactId>weborbclient</artifactId>
    <version>5.2.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.backendless:weborbclient:5.2.0.8'

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

implementation("com.backendless:weborbclient:5.2.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.backendless" % "weborbclient" % "5.2.0.8"