is not current version
Last Version 2.0.3

com.microsoft.azure.sdk.iot:iot-device-client 1.3.32

The Microsoft Azure IoT Device SDK for Java

Categories

Categories

CLI User Interface
GroupId

GroupId

com.microsoft.azure.sdk.iot
ArtifactId

ArtifactId

iot-device-client
Version

Version

1.3.32
Type

Type

jar

Download iot-device-client 1.3.32


<!-- https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-device-client/ -->
<dependency>
    <groupId>com.microsoft.azure.sdk.iot</groupId>
    <artifactId>iot-device-client</artifactId>
    <version>1.3.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-device-client/
implementation 'com.microsoft.azure.sdk.iot:iot-device-client:1.3.32'
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-device-client/
implementation ("com.microsoft.azure.sdk.iot:iot-device-client:1.3.32")
'com.microsoft.azure.sdk.iot:iot-device-client:jar:1.3.32'
<dependency org="com.microsoft.azure.sdk.iot" name="iot-device-client" rev="1.3.32">
  <artifact name="iot-device-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.sdk.iot', module='iot-device-client', version='1.3.32')
)
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-device-client" % "1.3.32"
[com.microsoft.azure.sdk.iot/iot-device-client "1.3.32"]