| Categories | CategoriesKeY Data Data Formats Formal Verification | 
|---|---|
| GroupId | GroupIdcom.microsoft.azure | 
| ArtifactId | ArtifactIdazure-mgmt-keyvault | 
| Version | Version1.0.0-beta3 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-keyvault/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-mgmt-keyvault</artifactId>
    <version>1.0.0-beta3</version>
</dependency>// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-keyvault/
implementation 'com.microsoft.azure:azure-mgmt-keyvault:1.0.0-beta3'// https://jarcasting.com/artifacts/com.microsoft.azure/azure-mgmt-keyvault/
implementation ("com.microsoft.azure:azure-mgmt-keyvault:1.0.0-beta3")'com.microsoft.azure:azure-mgmt-keyvault:jar:1.0.0-beta3'<dependency org="com.microsoft.azure" name="azure-mgmt-keyvault" rev="1.0.0-beta3">
  <artifact name="azure-mgmt-keyvault" type="jar" />
</dependency>@Grapes(
@Grab(group='com.microsoft.azure', module='azure-mgmt-keyvault', version='1.0.0-beta3')
)libraryDependencies += "com.microsoft.azure" % "azure-mgmt-keyvault" % "1.0.0-beta3"[com.microsoft.azure/azure-mgmt-keyvault "1.0.0-beta3"]