Download iot-service-client-1.1.15.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.1.15 in this page.

License

MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials