<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.0.0</version>
</dependency>
@Grapes(
@Grab(group='com.azure', module='azure-security-keyvault-keys', version='4.0.0')
)
<parent> <groupId>com.azure</groupId> <artifactId>azure-client-sdk-parent</artifactId> <version>1.6.0</version> </parent>
compile
|-- com.azure:azure-core:1.0.0
|-- com.azure:azure-core-http-netty:1.0.0
|-- commons-codec:commons-codec
test
|-- junit:junit
|-- io.projectreactor:reactor-test