MVN

com.microsoft.azure.hdinsight.v2018_06_01_preview : azure-mgmt-hdinsight

Maven & Gradle

Jan 21, 2021
2.1k stars

Microsoft Azure SDK for HDInsight Management · This package contains Microsoft HDInsight Management SDK.

<dependency>
    <groupId>com.microsoft.azure.hdinsight.v2018_06_01_preview</groupId>
    <artifactId>azure-mgmt-hdinsight</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure.hdinsight.v2018_06_01_preview : azure-mgmt-hdinsight to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8
  • Latest Beta: 1.0.0-beta-3

All Versions

Choose a version of com.microsoft.azure.hdinsight.v2018_06_01_preview : azure-mgmt-hdinsight to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
azure-mgmt-hdinsight-1.3.8
azure-mgmt-hdinsight-1.3.7
azure-mgmt-hdinsight-1.3.6
azure-mgmt-hdinsight-1.3.5
azure-mgmt-hdinsight-1.3.4
azure-mgmt-hdinsight-1.3.3
azure-mgmt-hdinsight-1.3.2
azure-mgmt-hdinsight-1.3.1
azure-mgmt-hdinsight-1.3.0
1.2.x
azure-mgmt-hdinsight-1.2.0
1.1.x
azure-mgmt-hdinsight-1.1.1
azure-mgmt-hdinsight-1.1.0
1.0.x
azure-mgmt-hdinsight-1.0.0
azure-mgmt-hdinsight-1.0.0-beta-3
azure-mgmt-hdinsight-1.0.0-beta-2
azure-mgmt-hdinsight-1.0.0-beta-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure.hdinsight.v2018_06_01_preview</groupId>
    <artifactId>azure-mgmt-hdinsight</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure.hdinsight.v2018_06_01_preview : azure-mgmt-hdinsight gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure.hdinsight.v2018_06_01_preview:azure-mgmt-hdinsight:1.3.8'

Gradle Kotlin DSL: Add the following com.microsoft.azure.hdinsight.v2018_06_01_preview : azure-mgmt-hdinsight gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure.hdinsight.v2018_06_01_preview:azure-mgmt-hdinsight:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure.hdinsight.v2018_06_01_preview : azure-mgmt-hdinsight sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure.hdinsight.v2018_06_01_preview" % "azure-mgmt-hdinsight" % "1.3.8"

Advertisement