<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.0.0-beta3</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-storage', version='1.0.0-beta3')
)
<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-mgmt-resources:1.0.0-beta3
|-- com.microsoft.azure:api-annotations:0.0.1
test
|-- junit:junit
|-- com.microsoft.azure:azure-client-authentication:1.0.0-beta3