is not current version
Last Version 2.5.0

com.arm.mbed.cloud.sdk:mbedcloud_common 1.2.9

The Mbed Cloud SDK provides a simplified interface to the Mbed Cloud APIs by exposing functionality using conventions and paradigms familiar to Java developers.

GroupId

GroupId

com.arm.mbed.cloud.sdk
ArtifactId

ArtifactId

mbedcloud_common
Version

Version

1.2.9
Type

Type

jar

Download mbedcloud_common 1.2.9


<!-- https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/mbedcloud_common/ -->
<dependency>
    <groupId>com.arm.mbed.cloud.sdk</groupId>
    <artifactId>mbedcloud_common</artifactId>
    <version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/mbedcloud_common/
implementation 'com.arm.mbed.cloud.sdk:mbedcloud_common:1.2.9'
// https://jarcasting.com/artifacts/com.arm.mbed.cloud.sdk/mbedcloud_common/
implementation ("com.arm.mbed.cloud.sdk:mbedcloud_common:1.2.9")
'com.arm.mbed.cloud.sdk:mbedcloud_common:jar:1.2.9'
<dependency org="com.arm.mbed.cloud.sdk" name="mbedcloud_common" rev="1.2.9">
  <artifact name="mbedcloud_common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arm.mbed.cloud.sdk', module='mbedcloud_common', version='1.2.9')
)
libraryDependencies += "com.arm.mbed.cloud.sdk" % "mbedcloud_common" % "1.2.9"
[com.arm.mbed.cloud.sdk/mbedcloud_common "1.2.9"]