MVN

com.microsoft.azure : azure-toolkit-containerservice-lib

Maven & Gradle

Aug 23, 2023
259 stars
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-toolkit-containerservice-lib</artifactId>
    <version>0.35.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-toolkit-containerservice-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.35.1

All Versions

Choose a version of com.microsoft.azure : azure-toolkit-containerservice-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.35.x
azure-toolkit-containerservice-lib-0.35.1
azure-toolkit-containerservice-lib-0.35.0
0.34.x
azure-toolkit-containerservice-lib-0.34.1
azure-toolkit-containerservice-lib-0.34.0
0.33.x
azure-toolkit-containerservice-lib-0.33.1
azure-toolkit-containerservice-lib-0.33.0
0.32.x
azure-toolkit-containerservice-lib-0.32.0
0.31.x
azure-toolkit-containerservice-lib-0.31.0
0.30.x
azure-toolkit-containerservice-lib-0.30.0
0.29.x
azure-toolkit-containerservice-lib-0.29.0
0.28.x
azure-toolkit-containerservice-lib-0.28.0
0.27.x
azure-toolkit-containerservice-lib-0.27.0
0.26.x
azure-toolkit-containerservice-lib-0.26.1
azure-toolkit-containerservice-lib-0.26.0
0.25.x
azure-toolkit-containerservice-lib-0.25.0
0.24.x
azure-toolkit-containerservice-lib-0.24.1
azure-toolkit-containerservice-lib-0.24.0
0.23.x
azure-toolkit-containerservice-lib-0.23.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-toolkit-containerservice-lib</artifactId>
    <version>0.35.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-toolkit-containerservice-lib gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-toolkit-containerservice-lib:0.35.1'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-toolkit-containerservice-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-toolkit-containerservice-lib:0.35.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-toolkit-containerservice-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-toolkit-containerservice-lib" % "0.35.1"

Advertisement