is not current version
Last Version 2.2.1

com.arm.mbed.cloud.sdk:update_service 1.2.6

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

update_service
Version

Version

1.2.6
Type

Type

jar

Download update_service 1.2.6


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