b

backends

The Pelion Cloud SDK (formerly known as Mbed Cloud SDK) provides a simplified interface to the Pelion Cloud APIs by exposing functionality using conventions and paradigms familiar to Java developers.
https://github.com/ARMmbed/mbed-cloud-sdk-java
The Apache License, Version 2.0
Adrien CABARBAYE
Files download
File Operation
backends-2.5.0.jar download
backends-2.5.0.pom download
backends-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arm.mbed.cloud.sdk</groupId>
  <artifactId>backends</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.arm.mbed.cloud.sdk:backends:2.5.0'
Gradle Kotlin
implementation("com.arm.mbed.cloud.sdk:backends:2.5.0")
Scala SBT
libraryDependencies += "com.arm.mbed.cloud.sdk" % "backends" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.arm.mbed.cloud.sdk', module='backends', version='2.5.0')
)
Apache Ivy
<dependency org="com.arm.mbed.cloud.sdk" name="backends" rev="2.5.0" />
Leiningen
[com.arm.mbed.cloud.sdk/backends "2.5.0"]
Apache Buildr
'com.arm.mbed.cloud.sdk:backends:jar:2.5.0'
Dependencies
The project has no third-party dependencies