i

iam

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
iam-1.2.4.jar download
iam-1.2.4.pom download
iam-1.2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.arm.mbed.cloud.sdk</groupId>
  <artifactId>iam</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'com.arm.mbed.cloud.sdk:iam:1.2.4'
Gradle Kotlin
implementation("com.arm.mbed.cloud.sdk:iam:1.2.4")
Scala SBT
libraryDependencies += "com.arm.mbed.cloud.sdk" % "iam" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='com.arm.mbed.cloud.sdk', module='iam', version='1.2.4')
)
Apache Ivy
<dependency org="com.arm.mbed.cloud.sdk" name="iam" rev="1.2.4" />
Leiningen
[com.arm.mbed.cloud.sdk/iam "1.2.4"]
Apache Buildr
'com.arm.mbed.cloud.sdk:iam:jar:1.2.4'