<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-cosmosdb</artifactId>
<version>1.30.0</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-cosmosdb', version='1.30.0')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-parent</artifactId> <version>1.30.0</version> </parent>
compile
|-- com.microsoft.azure:azure-client-runtime
|-- com.microsoft.azure:azure-mgmt-resources:1.30.0
test
|-- junit:junit
|-- com.microsoft.azure:azure-client-authentication
|-- com.microsoft.azure:azure-mgmt-storage:1.30.0
|-- com.microsoft.azure:azure-mgmt-resources:1.30.0