MVN

com.arm.mbed.cloud.sdk : foundation-core

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>foundation-core</artifactId>
    <version>2.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.5.0

All Versions

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

  • Version Updated
  • foundation-core-2.5.0

    Nov 07, 2019
  • foundation-core-2.4.0

    Jun 07, 2019
  • foundation-core-2.3.2

    May 29, 2019
  • foundation-core-2.3.1

    May 17, 2019
  • foundation-core-2.3.0

    May 17, 2019

How to add a dependency to Maven

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

<dependency>
    <groupId>com.arm.mbed.cloud.sdk</groupId>
    <artifactId>foundation-core</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 : foundation-core gradle dependency to your build.gradle file:

implementation 'com.arm.mbed.cloud.sdk:foundation-core:2.5.0'

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

implementation("com.arm.mbed.cloud.sdk:foundation-core:2.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.arm.mbed.cloud.sdk" % "foundation-core" % "2.5.0"