Download iothub-java-device-client-1.0.15.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.15 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials