License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.lucadruda |
ArtifactId | ArtifactIdiotc-java-device-client |
Last Version | Last Version2.0.0 |
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 |
<!-- https://jarcasting.com/artifacts/com.github.lucadruda/iotc-java-device-client/ -->
<dependency>
<groupId>com.github.lucadruda</groupId>
<artifactId>iotc-java-device-client</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucadruda/iotc-java-device-client/
implementation 'com.github.lucadruda:iotc-java-device-client:2.0.0'
// https://jarcasting.com/artifacts/com.github.lucadruda/iotc-java-device-client/
implementation ("com.github.lucadruda:iotc-java-device-client:2.0.0")
'com.github.lucadruda:iotc-java-device-client:jar:2.0.0'
<dependency org="com.github.lucadruda" name="iotc-java-device-client" rev="2.0.0">
<artifact name="iotc-java-device-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucadruda', module='iotc-java-device-client', version='2.0.0')
)
libraryDependencies += "com.github.lucadruda" % "iotc-java-device-client" % "2.0.0"
[com.github.lucadruda/iotc-java-device-client "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.azure.sdk.iot.provisioning.security : security-provider | jar | 1.3.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.4 |
com.microsoft.azure.sdk.iot : iot-device-client | jar | 1.26.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 |