a

azure-mgmt-batch

This package contains Microsoft Azure Batch Account Management SDK.
https://github.com/Azure/azure-sdk-for-java
The MIT License (MIT)
Microsoft
文件下载
文件名 操作
azure-mgmt-batch-1.29.0.jar 下载
azure-mgmt-batch-1.29.0.pom 下载
azure-mgmt-batch-1.29.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>azure-mgmt-batch</artifactId>
  <version>1.29.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:azure-mgmt-batch:1.29.0'
Gradle Kotlin
implementation("com.microsoft.azure:azure-mgmt-batch:1.29.0")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-batch" % "1.29.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='azure-mgmt-batch', version='1.29.0')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="azure-mgmt-batch" rev="1.29.0" />
Leiningen
[com.microsoft.azure/azure-mgmt-batch "1.29.0"]
Apache Buildr
'com.microsoft.azure:azure-mgmt-batch:jar:1.29.0'