MVN

com.arm.mbed.cloud.sdk : support-annotations

Maven & Gradle

Nov 07, 2019
3 usages
6 stars

Arm Pelion Cloud SDK · The Pelion Cloud SDK (formerly known as Mbed Cloud SDK) provides a simplified interface to the Pelion Cloud APIs by exposing functionality using conventions and paradigms familiar to Java developers.

<dependency>
    <groupId>com.arm.mbed.cloud.sdk</groupId>
    <artifactId>support-annotations</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arm.mbed.cloud.sdk : support-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.0

All Versions

Choose a version of com.arm.mbed.cloud.sdk : support-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
support-annotations-2.5.0
2.4.x
support-annotations-2.4.0
2.3.x
support-annotations-2.3.2
support-annotations-2.3.1
support-annotations-2.3.0
2.2.x
support-annotations-2.2.1
support-annotations-2.2.0
2.1.x
support-annotations-2.1.0
2.0.x
support-annotations-2.0.0
1.2.x
support-annotations-1.2.10
support-annotations-1.2.9
support-annotations-1.2.8
support-annotations-1.2.7
support-annotations-1.2.6
support-annotations-1.2.5
support-annotations-1.2.4
support-annotations-1.2.3

How to add a dependency to Maven

Add the following com.arm.mbed.cloud.sdk : support-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arm.mbed.cloud.sdk</groupId>
    <artifactId>support-annotations</artifactId>
    <version>2.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arm.mbed.cloud.sdk : support-annotations gradle dependency to your build.gradle file:

implementation 'com.arm.mbed.cloud.sdk:support-annotations:2.5.0'

Gradle Kotlin DSL: Add the following com.arm.mbed.cloud.sdk : support-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arm.mbed.cloud.sdk:support-annotations:2.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arm.mbed.cloud.sdk : support-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arm.mbed.cloud.sdk" % "support-annotations" % "2.5.0"

Advertisement