| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.microsoft.azure | 
    
| ArtifactId | ArtifactIdazure-management-compute | 
    
| Last Version | Last Version0.8.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionMicrosoft Azure SDK for Compute Management 
            This package contains Microsoft Azure Compute Management SDK. 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-management-compute/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-management-compute</artifactId>
    <version>0.8.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.microsoft.azure/azure-management-compute/
implementation 'com.microsoft.azure:azure-management-compute:0.8.0'
                // https://jarcasting.com/artifacts/com.microsoft.azure/azure-management-compute/
implementation ("com.microsoft.azure:azure-management-compute:0.8.0")
                'com.microsoft.azure:azure-management-compute:jar:0.8.0'
                <dependency org="com.microsoft.azure" name="azure-management-compute" rev="0.8.0">
  <artifact name="azure-management-compute" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.microsoft.azure', module='azure-management-compute', version='0.8.0')
)
                libraryDependencies += "com.microsoft.azure" % "azure-management-compute" % "0.8.0"
                [com.microsoft.azure/azure-management-compute "0.8.0"]