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