<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-management</artifactId>
<version>0.7.0</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-management', version='0.7.0')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure</artifactId> <version>0.7.0</version> </parent>
compile
|-- com.microsoft.azure:azure-core
|-- org.apache.httpcomponents:httpclient
test
|-- com.microsoft.azure:azure-core
|-- junit:junit
|-- org.bouncycastle:bcprov-jdk16