<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-keyvault</artifactId>
<version>1.41.4</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-keyvault', 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-graph-rbac:1.41.4
|-- com.microsoft.azure:azure-keyvault
test
|-- junit:junit