is not current version
Last Version 2.2.1

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

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

2.2.0
Type

Type

jar

Download update_service 2.2.0


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