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