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