MVN

com.microsoft.azure : azure-keyvault-webkey

Maven & Gradle

Jan 25, 2022
12 usages
2.1k stars

Microsoft Azure SDK for Key Vault WebKey · This library has been replaced by new Azure SDKs, you can read about them at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Key Vault service are: (1) https://search.maven.org/artifact/com.azure/azure-security-keyvault-keys. (2) https://search.maven.org/artifact/com.azure/azure-security-keyvault-secrets. (3) https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates. It is recommended that you move to the new package.

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-keyvault-webkey</artifactId>
    <version>1.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-keyvault-webkey to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.6
  • Latest Beta: 1.1-beta-1

All Versions

Choose a version of com.microsoft.azure : azure-keyvault-webkey to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
azure-keyvault-webkey-1.2.6
azure-keyvault-webkey-1.2.5
azure-keyvault-webkey-1.2.4
azure-keyvault-webkey-1.2.3
azure-keyvault-webkey-1.2.2
azure-keyvault-webkey-1.2.1
azure-keyvault-webkey-1.2.0
1.1.x
azure-keyvault-webkey-1.1.2
azure-keyvault-webkey-1.1.1
1.1
azure-keyvault-webkey-1.1
azure-keyvault-webkey-1.1-beta-1
1.0.x
azure-keyvault-webkey-1.0.0
azure-keyvault-webkey-1.0.0-beta3

How to add a dependency to Maven

Add the following com.microsoft.azure : azure-keyvault-webkey maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-keyvault-webkey</artifactId>
    <version>1.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-keyvault-webkey gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-keyvault-webkey:1.2.6'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-keyvault-webkey gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-keyvault-webkey:1.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-keyvault-webkey sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-keyvault-webkey" % "1.2.6"

Advertisement