s

support-annotations

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