MVN

com.microsoft.azure.sdk.iot : iot-deps

Maven & Gradle

Mar 04, 2022
4 usages
194 stars

Dependencies for Iot Hub Java SDK · Dependencies for Iot Hub Java SDK

<dependency>
    <groupId>com.microsoft.azure.sdk.iot</groupId>
    <artifactId>iot-deps</artifactId>
    <version>0.15.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure.sdk.iot : iot-deps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.15.3

All Versions

Choose a version of com.microsoft.azure.sdk.iot : iot-deps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
iot-deps-2.0.0-preview-001
0.15.x
iot-deps-0.15.3
iot-deps-0.15.2
iot-deps-0.15.1
iot-deps-0.15.0
0.14.x
iot-deps-0.14.0
0.13.x
iot-deps-0.13.1
iot-deps-0.13.0
0.12.x
iot-deps-0.12.0
0.11.x
iot-deps-0.11.3
iot-deps-0.11.2
iot-deps-0.11.1
iot-deps-0.11.0
0.10.x
iot-deps-0.10.0
0.9.x
iot-deps-0.9.5
iot-deps-0.9.4
iot-deps-0.9.3
iot-deps-0.9.2
iot-deps-0.9.1
iot-deps-0.9.0
0.8.x
iot-deps-0.8.6
iot-deps-0.8.5
iot-deps-0.8.4
iot-deps-0.8.3
iot-deps-0.8.2
iot-deps-0.8.1
iot-deps-0.8.0
0.7.x
iot-deps-0.7.2
iot-deps-0.7.1
iot-deps-0.7.0
0.6.x
iot-deps-0.6.2
iot-deps-0.6.1
iot-deps-0.6.0
0.5.x
iot-deps-0.5.4
iot-deps-0.5.3
iot-deps-0.5.2
iot-deps-0.5.1
iot-deps-0.5.0
0.4.x
iot-deps-0.4.1
iot-deps-0.4.0
0.3.x
iot-deps-0.3.0
0.2.x
iot-deps-0.2.0
0.1.x
iot-deps-0.1.4
iot-deps-0.1.3
iot-deps-0.1.2
0.0.x
iot-deps-0.0.1

How to add a dependency to Maven

Add the following com.microsoft.azure.sdk.iot : iot-deps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure.sdk.iot</groupId>
    <artifactId>iot-deps</artifactId>
    <version>0.15.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure.sdk.iot : iot-deps gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure.sdk.iot:iot-deps:0.15.3'

Gradle Kotlin DSL: Add the following com.microsoft.azure.sdk.iot : iot-deps gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure.sdk.iot:iot-deps:0.15.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure.sdk.iot : iot-deps sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure.sdk.iot" % "iot-deps" % "0.15.3"

Advertisement