MVN

com.azure : azure-keyvault-certificates

Maven & Gradle

Aug 16, 2023
2.1k stars

Microsoft Azure client library for KeyVault Certificates · This library has been replaced by a new one that can be found here: https://search.maven.org/artifact/com.azure/azure-security-keyvault-certificates. It is recommended that you move to the new package.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-keyvault-certificates</artifactId>
    <version>4.0.0-preview.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.0-preview.5

All Versions

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

Version Vulnerabilities Updated
4.0.x
azure-keyvault-certificates-4.0.0-preview.5
azure-keyvault-certificates-4.0.0-preview.4
azure-keyvault-certificates-4.0.0-preview.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-keyvault-certificates</artifactId>
    <version>4.0.0-preview.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.azure:azure-keyvault-certificates:4.0.0-preview.5'

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

implementation("com.azure:azure-keyvault-certificates:4.0.0-preview.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.azure" % "azure-keyvault-certificates" % "4.0.0-preview.5"

Advertisement