is not current version
Last Version 2.0.3

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

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.5.35
Type

Type

jar

Download iot-device-client 1.5.35


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