<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-appservice</artifactId>
<version>1.41.4</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-appservice', version='1.41.4')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-parent</artifactId> <version>1.41.4</version> </parent>
compile
|-- com.microsoft.azure:azure-client-runtime
|-- com.microsoft.azure:azure-mgmt-resources:1.41.4
|-- com.microsoft.azure:azure-mgmt-storage:1.41.4
|-- com.microsoft.azure:azure-mgmt-msi:1.41.4
|-- com.microsoft.azure:azure-mgmt-keyvault:1.41.4
|-- com.microsoft.azure:azure-mgmt-dns:1.41.4
test
|-- com.microsoft.azure:azure-client-authentication
|-- junit:junit
|-- commons-net:commons-net:3.3