GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-mgmt-batch |
Version | Version1.0.0-beta4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-batch/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-batch</artifactId>
<version>1.0.0-beta4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-batch/
implementation 'com.microsoft.azure:azure-mgmt-batch:1.0.0-beta4.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-batch/
implementation ("com.microsoft.azure:azure-mgmt-batch:1.0.0-beta4.1")
'com.microsoft.azure:azure-mgmt-batch:jar:1.0.0-beta4.1'
<dependency org="com.microsoft.azure" name="azure-mgmt-batch" rev="1.0.0-beta4.1">
<artifact name="azure-mgmt-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-batch', version='1.0.0-beta4.1')
)
libraryDependencies += "com.microsoft.azure" % "azure-mgmt-batch" % "1.0.0-beta4.1"
[com.microsoft.azure/azure-mgmt-batch "1.0.0-beta4.1"]