azure-keyvault-certificates
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.azure</groupId> <artifactId>azure-keyvault-certificates</artifactId> <version>4.0.0-preview.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>azure-client-sdk-parent</artifactId> <groupId>com.azure</groupId> <version>1.4.0</version> <relativePath>../../../pom.client.xml</relativePath> </parent> <groupId>com.azure</groupId> <artifactId>azure-keyvault-certificates</artifactId> <version>4.0.0-preview.5</version> <name>Microsoft Azure client library for KeyVault Certificates</name> <description>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.</description> <url>https://github.com/Azure/azure-sdk-for-java</url> <distributionManagement> <site> <id>azure-java-build-docs</id> <url>${site.url}/site/${project.artifactId}</url> </site> </distributionManagement> <scm> <url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> <connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection> <tag>HEAD</tag> </scm> <dependencies> <dependency> <groupId>com.azure</groupId> <artifactId>azure-core</artifactId> <version>1.0.0-preview.5</version> </dependency> <dependency> <groupId>com.azure</groupId> <artifactId>azure-core-http-netty</artifactId> <version>1.0.0-preview.5</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> <!-- Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.azure</groupId> <artifactId>azure-core-test</artifactId> <version>1.0.0-preview.5</version> <scope>test</scope> </dependency> <dependency> <groupId>com.azure</groupId> <artifactId>azure-identity</artifactId> <version>1.0.0-preview.4</version> <scope>test</scope> </dependency> </dependencies> </project>