is not current version
Last Version 2.2.1

com.arm.mbed.cloud.sdk:device_directory 1.2.4

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

device_directory
Version

Version

1.2.4
Type

Type

jar

Download device_directory 1.2.4


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