MVN

com.microsoft.azure : azure-mgmt-batch

Maven & Gradle

Jul 22, 2022
1 usages
2.1k stars

Microsoft Azure SDK for Batch Account Management · This package contains Microsoft Azure Batch Account Management SDK. This package has been deprecated. A replacement package com.azure.resourcemanager:azure-resourcemanager-batch is available as of 31-March-2022. We strongly encourage you to upgrade to continue receiving updates. See Migration Guide https://aka.ms/java-track2-migration-guide for guidance on upgrading. Refer to our deprecation policy https://azure.github.io/azure-sdk/policies_support.html for more details.

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-mgmt-batch</artifactId>
    <version>1.41.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.41.4
  • Latest Beta: 1.0.0-beta5

All Versions

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

Version Vulnerabilities Updated
1.41.x
azure-mgmt-batch-1.41.4
azure-mgmt-batch-1.41.3
azure-mgmt-batch-1.41.2
azure-mgmt-batch-1.41.1
azure-mgmt-batch-1.41.0
1.40.x
azure-mgmt-batch-1.40.0
1.39.x
azure-mgmt-batch-1.39.1
azure-mgmt-batch-1.39.0
1.38.x
azure-mgmt-batch-1.38.1
azure-mgmt-batch-1.38.0
1.37.x
azure-mgmt-batch-1.37.1
azure-mgmt-batch-1.37.0
1.36.x
azure-mgmt-batch-1.36.3
azure-mgmt-batch-1.36.2
azure-mgmt-batch-1.36.1
azure-mgmt-batch-1.36.0
1.35.x
azure-mgmt-batch-1.35.1
azure-mgmt-batch-1.35.0
1.34.x
azure-mgmt-batch-1.34.0
1.33.x
azure-mgmt-batch-1.33.1
azure-mgmt-batch-1.33.0
1.32.x
azure-mgmt-batch-1.32.1
azure-mgmt-batch-1.32.0
1.31.x
azure-mgmt-batch-1.31.1
azure-mgmt-batch-1.31.0
1.30.x
azure-mgmt-batch-1.30.0
1.29.x
azure-mgmt-batch-1.29.0
1.28.x
azure-mgmt-batch-1.28.0
1.27.x
azure-mgmt-batch-1.27.2
azure-mgmt-batch-1.27.1
azure-mgmt-batch-1.27.0
1.26.x
azure-mgmt-batch-1.26.0
1.25.x
azure-mgmt-batch-1.25.0
1.24.x
azure-mgmt-batch-1.24.2
azure-mgmt-batch-1.24.1
azure-mgmt-batch-1.24.0
1.23.x
azure-mgmt-batch-1.23.0
1.22.x
azure-mgmt-batch-1.22.0
1.21.x
azure-mgmt-batch-1.21.0
1.20.x
azure-mgmt-batch-1.20.1
azure-mgmt-batch-1.20.0
1.19.x
azure-mgmt-batch-1.19.0
1.18.x
azure-mgmt-batch-1.18.0
1.17.x
azure-mgmt-batch-1.17.1
azure-mgmt-batch-1.17.0
1.16.x
azure-mgmt-batch-1.16.0
1.15.x
azure-mgmt-batch-1.15.1
azure-mgmt-batch-1.15.0
1.14.x
azure-mgmt-batch-1.14.0
1.13.x
azure-mgmt-batch-1.13.0
1.12.x
azure-mgmt-batch-1.12.0
1.11.x
azure-mgmt-batch-1.11.1
azure-mgmt-batch-1.11.0
1.10.x
azure-mgmt-batch-1.10.0
1.9.x
azure-mgmt-batch-1.9.0
1.8.x
azure-mgmt-batch-1.8.0
1.7.x
azure-mgmt-batch-1.7.0
1.6.x
azure-mgmt-batch-1.6.0
1.5.x
azure-mgmt-batch-1.5.1
azure-mgmt-batch-1.5.0
1.4.x
azure-mgmt-batch-1.4.0
1.3.x
azure-mgmt-batch-1.3.0
1.2.x
azure-mgmt-batch-1.2.1
azure-mgmt-batch-1.2.0
1.1.x
azure-mgmt-batch-1.1.2
azure-mgmt-batch-1.1.1
azure-mgmt-batch-1.1.0
1.0.x
azure-mgmt-batch-1.0.0
azure-mgmt-batch-1.0.0-beta5
azure-mgmt-batch-1.0.0-beta4.1
azure-mgmt-batch-1.0.0-beta4
azure-mgmt-batch-1.0.0-beta3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-mgmt-batch</artifactId>
    <version>1.41.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.azure:azure-mgmt-batch:1.41.4'

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

implementation("com.microsoft.azure:azure-mgmt-batch:1.41.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure" % "azure-mgmt-batch" % "1.41.4"

Advertisement