License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.microsoft.azure.sdk.iot |
ArtifactId | ArtifactIdiot-device-client |
Version | Version2.0.0-preview-002 |
Type | Typejar |
Description |
DescriptionIoT Hub Java Device Client
The Microsoft Azure IoT Device SDK for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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>2.0.0-preview-002</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-device-client/
implementation 'com.microsoft.azure.sdk.iot:iot-device-client:2.0.0-preview-002'
// https://jarcasting.com/artifacts/com.microsoft.azure.sdk.iot/iot-device-client/
implementation ("com.microsoft.azure.sdk.iot:iot-device-client:2.0.0-preview-002")
'com.microsoft.azure.sdk.iot:iot-device-client:jar:2.0.0-preview-002'
<dependency org="com.microsoft.azure.sdk.iot" name="iot-device-client" rev="2.0.0-preview-002">
<artifact name="iot-device-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure.sdk.iot', module='iot-device-client', version='2.0.0-preview-002')
)
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-device-client" % "2.0.0-preview-002"
[com.microsoft.azure.sdk.iot/iot-device-client "2.0.0-preview-002"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jnr-unixsocket | jar | 0.23 |
org.apache.qpid : proton-j | jar | 0.30.0 |
com.microsoft.azure.sdk.iot : iot-deps | jar | 2.0.0-preview-001 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.2.2 |
com.microsoft.azure.sdk.iot.provisioning.security : security-provider | jar | 2.0.0-preview-001 |
com.google.code.gson : gson | jar | 2.8.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |