Download iot-service-client-1.0.13.jar file - Jar i

Jar examples for i:iot-service-client

Description

The Microsoft Azure IoT Service SDK for Java

You can download jar file iot-service-client 1.0.13 in this page.

License

MIT License

Build File

You can use the following script to add iot-service-client-1.0.13.jar to your project.

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

Download

Click the following link to download the jar file.

iot-service-client-1.0.13-javadoc.jar
iot-service-client-1.0.13-sources.jar
iot-service-client-1.0.13.jar
iot-service-client-1.0.13.pom



Related Tutorials