не последняя версия
Последняя версия 1.2.0

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

The Microsoft Azure IoT Service SDK for Java

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.microsoft.azure.sdk.iot
Идентификатор

Идентификатор

iot-service-client-preview
Версия

Версия

${iot-service-client-version}
Тип

Тип

jar

Скачать iot-service-client-preview ${iot-service-client-version}


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