GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-mgmt-batch |
Version | Version1.24.2 |
Type | Typejar |
Filename | Size |
---|---|
azure-mgmt-batch-1.24.2.pom | |
azure-mgmt-batch-1.24.2.jar | 384 KB |
azure-mgmt-batch-1.24.2-sources.jar | 145 KB |
azure-mgmt-batch-1.24.2-javadoc.jar | 609 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-batch/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-batch</artifactId>
<version>1.24.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-batch/
implementation 'com.microsoft.azure:azure-mgmt-batch:1.24.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-batch/
implementation ("com.microsoft.azure:azure-mgmt-batch:1.24.2")
'com.microsoft.azure:azure-mgmt-batch:jar:1.24.2'
<dependency org="com.microsoft.azure" name="azure-mgmt-batch" rev="1.24.2">
<artifact name="azure-mgmt-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-batch', version='1.24.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-batch" % "1.24.2"
[com.microsoft.azure/azure-mgmt-batch "1.24.2"]