<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-cryptography</artifactId>
<version>1.1</version>
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-keyvault-cryptography', version='1.1')
)
<parent> <groupId>com.microsoft.azure</groupId> <artifactId>azure-keyvault-parent</artifactId> <version>1.1</version> </parent>
compile
|-- com.microsoft.azure:azure-keyvault-webkey:1.1
|-- com.microsoft.azure:azure-keyvault-core:1.0.0
|-- com.microsoft.rest:client-runtime:1.3.0
|-- com.microsoft.azure:azure-client-authentication:1.3.0
test
|-- junit:junit