m

mds

The Mbed Cloud SDK provides a simplified interface to the Mbed 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
mds-2.2.1.jar download
mds-2.2.1.pom download
mds-2.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arm.mbed.cloud.sdk</groupId>
  <artifactId>mds</artifactId>
  <version>2.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.arm.mbed.cloud.sdk:mds:2.2.1'
Gradle Kotlin
implementation("com.arm.mbed.cloud.sdk:mds:2.2.1")
Scala SBT
libraryDependencies += "com.arm.mbed.cloud.sdk" % "mds" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.arm.mbed.cloud.sdk', module='mds', version='2.2.1')
)
Apache Ivy
<dependency org="com.arm.mbed.cloud.sdk" name="mds" rev="2.2.1" />
Leiningen
[com.arm.mbed.cloud.sdk/mds "2.2.1"]
Apache Buildr
'com.arm.mbed.cloud.sdk:mds:jar:2.2.1'