is not current version
Last Version 1.2.0

com.microsoft.azure.sdk.iot:iot-device-client-preview ${iot-device-client-version}

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-preview
Version

Version

${iot-device-client-version}
Type

Type

jar

Download iot-device-client-preview ${iot-device-client-version}


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