is not current version
Last Version 2.0.3

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

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

Type

jar

Download iot-device-client 1.25.0


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