GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-batch |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
azure-batch-3.0.0.pom | |
azure-batch-3.0.0.jar | 1 MB |
azure-batch-3.0.0-sources.jar | 621 KB |
azure-batch-3.0.0-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>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-batch/
implementation 'com.microsoft.azure:azure-batch:3.0.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-batch/
implementation ("com.microsoft.azure:azure-batch:3.0.0")
'com.microsoft.azure:azure-batch:jar:3.0.0'
<dependency org="com.microsoft.azure" name="azure-batch" rev="3.0.0">
<artifact name="azure-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-batch', version='3.0.0')
)
libraryDependencies += "com.microsoft.azure" % "azure-batch" % "3.0.0"
[com.microsoft.azure/azure-batch "3.0.0"]