<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-svc-mgmt-compute</artifactId>
<version>0.9.0</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-svc-mgmt-compute', version='0.9.0')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure</artifactId> <version>0.9.0</version> </parent>
compile
|-- com.microsoft.azure:azure-core
|-- org.apache.httpcomponents:httpclient
test
|-- com.microsoft.azure:azure-core-test
|-- com.microsoft.azure:azure-svc-mgmt-storage
|-- com.microsoft.azure:azure-storage:1.2.0
|-- com.microsoft.azure:azure-svc-mgmt
|-- junit:junit