i

iot-device-client

The Microsoft Azure IoT Device SDK for Java
http://azure.github.io/azure-iot-sdk-java/
MIT License
Microsoft
Files download
File Operation
iot-device-client-2.5.0.jar download
iot-device-client-2.5.0.pom download
iot-device-client-2.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure.sdk.iot</groupId>
  <artifactId>iot-device-client</artifactId>
  <version>2.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure.sdk.iot:iot-device-client:2.5.0'
Gradle Kotlin
implementation("com.microsoft.azure.sdk.iot:iot-device-client:2.5.0")
Scala SBT
libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-device-client" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure.sdk.iot', module='iot-device-client', version='2.5.0')
)
Apache Ivy
<dependency org="com.microsoft.azure.sdk.iot" name="iot-device-client" rev="2.5.0" />
Leiningen
[com.microsoft.azure.sdk.iot/iot-device-client "2.5.0"]
Apache Buildr
'com.microsoft.azure.sdk.iot:iot-device-client:jar:2.5.0'