MVN

com.microsoft.azure : azure-iot-edge-archetype

Maven & Gradle

Mar 27, 2020
21 stars

Maven Archetype for Azure IoT Edge · Maven Archetype for Azure IoT Edge Module Project

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-iot-edge-archetype</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.0

All Versions

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

Version Vulnerabilities Updated
1.3.x
azure-iot-edge-archetype-1.3.0
1.2.x
azure-iot-edge-archetype-1.2.0
1.1.x
azure-iot-edge-archetype-1.1.0
1.0.x
azure-iot-edge-archetype-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-iot-edge-archetype</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.azure:azure-iot-edge-archetype:1.3.0'

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

implementation("com.microsoft.azure:azure-iot-edge-archetype:1.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure" % "azure-iot-edge-archetype" % "1.3.0"

Advertisement

Dependencies from Group

Aug 10, 2021
391 usages
19 stars
Aug 10, 2021
373 usages
19 stars
Jul 22, 2022
345 usages
2.1k stars
Aug 10, 2021
295 usages
19 stars
Jan 27, 2021
186 usages
189 stars

Discover Dependencies