License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.lucadruda |
ArtifactId | ArtifactIdiotc-device-client |
Last Version | Last Version2.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAzure IoT Central Java Device Client
The Azure IoTCentral Device client for Java and Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.lucadruda/iotc-device-client/ -->
<dependency>
<groupId>com.github.lucadruda</groupId>
<artifactId>iotc-device-client</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucadruda/iotc-device-client/
implementation 'com.github.lucadruda:iotc-device-client:2.1.2'
// https://jarcasting.com/artifacts/com.github.lucadruda/iotc-device-client/
implementation ("com.github.lucadruda:iotc-device-client:2.1.2")
'com.github.lucadruda:iotc-device-client:jar:2.1.2'
<dependency org="com.github.lucadruda" name="iotc-device-client" rev="2.1.2">
<artifact name="iotc-device-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucadruda', module='iotc-device-client', version='2.1.2')
)
libraryDependencies += "com.github.lucadruda" % "iotc-device-client" % "2.1.2"
[com.github.lucadruda/iotc-device-client "2.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.azure.sdk.iot.provisioning.security : security-provider | jar | 1.4.0 |
com.microsoft.azure.sdk.iot.provisioning.security : x509-provider | jar | 1.1.4 |
com.microsoft.azure.sdk.iot.provisioning : provisioning-device-client | jar | 1.8.6 |
com.microsoft.azure.sdk.iot : iot-device-client | jar | 1.29.0 |
com.google.code.gson : gson | jar | 2.8.5 |
com.microsoft.azure : azure-storage | jar | 8.6.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |