<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.0.0-beta3</version>
</dependency>
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-parent</artifactId> <version>1.0.0-beta3</version> </parent>
compile
|-- com.microsoft.azure:azure-client-runtime:1.0.0-beta3
|-- com.microsoft.azure:azure-client-authentication:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-resources:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-storage:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-network:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-compute:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-graph-rbac:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-keyvault:1.0.0-beta3
|-- com.microsoft.azure:azure-mgmt-batch:1.0.0-beta3
|-- com.microsoft.azure:api-annotations:0.0.1
test
|-- junit:junit