is not current version
Last Version 1.1.0

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

Dependencies for Iot Hub Java SDK

GroupId

GroupId

com.microsoft.azure.sdk.iot
ArtifactId

ArtifactId

iot-deps-preview
Version

Version

${iot-deps-version}
Type

Type

jar

Download iot-deps-preview ${iot-deps-version}


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