Download iothub-java-device-client-1.0.14.jar file - Jar i

Jar examples for i:iothub-java-device-client

Description

The Microsoft Azure IoT Device SDK for Java

You can download jar file iothub-java-device-client 1.0.14 in this page.

License

MIT License

Build File

You can use the following script to add iothub-java-device-client-1.0.14.jar to your project.

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

Download

Click the following link to download the jar file.

iothub-java-device-client-1.0.14-javadoc.jar
iothub-java-device-client-1.0.14-sources.jar
iothub-java-device-client-1.0.14.jar
iothub-java-device-client-1.0.14.pom



Related Tutorials