Download iot-device-client-1.0.21.jar file - Jar i

Jar examples for i:iot-device-client

Description

The Microsoft Azure IoT Device SDK for Java

You can download jar file iot-device-client 1.0.21 in this page.

License

MIT License

Build File

You can use the following script to add iot-device-client-1.0.21.jar to your project.

<dependency>
   <groupId>com.microsoft.azure.sdk.iot</groupId>
   <artifactId>iot-device-client</artifactId>
   <version>1.0.21</version>
</dependency>
compile group: 'com.microsoft.azure.sdk.iot', name: 'iot-device-client', version: '1.0.21'
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-device-client" % "1.0.21"
<dependency org="com.microsoft.azure.sdk.iot" name="iot-device-client" rev="1.0.21"/>
@Grapes(@Grab(group='com.microsoft.azure.sdk.iot', module='iot-device-client', version='1.0.21'))
'com.microsoft.azure.sdk.iot:iot-device-client:jar:1.0.21'

Download

Click the following link to download the jar file.

iot-device-client-1.0.21-javadoc.jar
iot-device-client-1.0.21-sources.jar
iot-device-client-1.0.21.jar
iot-device-client-1.0.21.pom



Related Tutorials