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