组织ID: |
com.microsoft.azure |
项目ID: |
azure-keyvault |
版本: |
0.8.0 |
最后修改时间: |
2018-08-05 19:24:47 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Key Vault |
描述: |
This package contains Microsoft Azure SDK for Key Vault. |
相关URL: |
https://github.com/Azure/azure-sdk-for-java |
大小: |
119.02KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault</artifactId>
<version>0.8.0</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-keyvault:0.8.0
|
下载Jar包: |
|
POM文件内容: |
<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>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>0.8.0</version>
<relativePath>../../../azure/pom.xml</relativePath>
</parent>
<artifactId>azure-keyvault</artifactId>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Key Vault</name>
<description>This package contains Microsoft Azure SDK for Key Vault.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<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>v0.8.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal>
<![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
<checkstyle.skip>true</checkstyle.skip>
</properties>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>azure-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>azure-core-test</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId>
<version>2.1.1</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>evaluate</goal>
</goals>
<configuration>
<expression>legal</expression>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.storage</excludePackageNames>
<bottom><![CDATA[<code>/**
<br />* Copyright Microsoft Corporation
<br />*
<br />* Licensed under the Apache License, Version 2.0 (the "License");
<br />* you may not use this file except in compliance with the License.
<br />* You may obtain a copy of the License at
<br />* http://www.apache.org/licenses/LICENSE-2.0
<br />*
<br />* Unless required by applicable law or agreed to in writing, software
<br />* distributed under the License is distributed on an "AS IS" BASIS,
<br />* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<br />* See the License for the specific language governing permissions and
<br />* limitations under the License.
<br />*/</code>]]></bottom>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
META-INF/services/com.microsoft.windowsazure.core.Builder$Exports
META-INF/maven/com.microsoft.azure/azure-keyvault/pom.xml
META-INF/maven/com.microsoft.azure/azure-keyvault/pom.properties
com.microsoft.azure.keyvault.authentication.BearerAuthentication.class
com.microsoft.azure.keyvault.authentication.BearerAuthenticationProvider.class
com.microsoft.azure.keyvault.authentication.BearerAuthenticationSetup.class
com.microsoft.azure.keyvault.authentication.BearerCredentialsAdapter.class
com.microsoft.azure.keyvault.authentication.BearerCredentialsProvider.class
com.microsoft.azure.keyvault.authentication.BearerCredentialsSupport.class
com.microsoft.azure.keyvault.authentication.KeyVaultCredentials$1.class
com.microsoft.azure.keyvault.authentication.KeyVaultCredentials.class
com.microsoft.azure.keyvault.BackupKeyResponseMessageFuture.class
com.microsoft.azure.keyvault.Exports$1.class
com.microsoft.azure.keyvault.Exports.class
com.microsoft.azure.keyvault.FutureAdapter.class
com.microsoft.azure.keyvault.JsonSupport.class
com.microsoft.azure.keyvault.KeyBundleFuture.class
com.microsoft.azure.keyvault.KeyOperationFuture.class
com.microsoft.azure.keyvault.KeyOperations.class
com.microsoft.azure.keyvault.KeyOperationsImpl$1.class
com.microsoft.azure.keyvault.KeyOperationsImpl$10.class
com.microsoft.azure.keyvault.KeyOperationsImpl$11.class
com.microsoft.azure.keyvault.KeyOperationsImpl$12.class
com.microsoft.azure.keyvault.KeyOperationsImpl$13.class
com.microsoft.azure.keyvault.KeyOperationsImpl$14.class
com.microsoft.azure.keyvault.KeyOperationsImpl$15.class
com.microsoft.azure.keyvault.KeyOperationsImpl$16.class
com.microsoft.azure.keyvault.KeyOperationsImpl$17.class
com.microsoft.azure.keyvault.KeyOperationsImpl$2.class
com.microsoft.azure.keyvault.KeyOperationsImpl$3.class
com.microsoft.azure.keyvault.KeyOperationsImpl$4.class
com.microsoft.azure.keyvault.KeyOperationsImpl$5.class
com.microsoft.azure.keyvault.KeyOperationsImpl$6.class
com.microsoft.azure.keyvault.KeyOperationsImpl$7.class
com.microsoft.azure.keyvault.KeyOperationsImpl$8.class
com.microsoft.azure.keyvault.KeyOperationsImpl$9.class
com.microsoft.azure.keyvault.KeyOperationsImpl.class
com.microsoft.azure.keyvault.KeyOpRequestMessageWithRawJsonContent.class
com.microsoft.azure.keyvault.KeyOpResponseMessageWithRawJsonContent.class
com.microsoft.azure.keyvault.KeyVaultClient.class
com.microsoft.azure.keyvault.KeyVaultClientImpl.class
com.microsoft.azure.keyvault.KeyVaultClientService.class
com.microsoft.azure.keyvault.KeyVaultConfiguration.class
com.microsoft.azure.keyvault.KeyVaultInternalClient.class
com.microsoft.azure.keyvault.KeyVaultInternalClientImpl.class
com.microsoft.azure.keyvault.ListKeysFuture.class
com.microsoft.azure.keyvault.ListSecretsFuture.class
com.microsoft.azure.keyvault.models.BackupKeyResponseMessage.class
com.microsoft.azure.keyvault.models.CreateKeyRequestMessage.class
com.microsoft.azure.keyvault.models.DeleteKeyRequestMessage.class
com.microsoft.azure.keyvault.models.Error.class
com.microsoft.azure.keyvault.models.ErrorResponseMessage.class
com.microsoft.azure.keyvault.models.GetKeyResponseMessage.class
com.microsoft.azure.keyvault.models.ImportKeyRequestMessage.class
com.microsoft.azure.keyvault.models.KeyAttributes.class
com.microsoft.azure.keyvault.models.KeyBundle.class
com.microsoft.azure.keyvault.models.KeyIdentifier.class
com.microsoft.azure.keyvault.models.KeyItem.class
com.microsoft.azure.keyvault.models.KeyOperationRequest.class
com.microsoft.azure.keyvault.models.KeyOperationResult.class
com.microsoft.azure.keyvault.models.KeyOpRequestMessage.class
com.microsoft.azure.keyvault.models.KeyOpResponseMessage.class
com.microsoft.azure.keyvault.models.ListKeysResponseMessage.class
com.microsoft.azure.keyvault.models.ListSecretsResponseMessage.class
com.microsoft.azure.keyvault.models.MessagePropertyNames.class
com.microsoft.azure.keyvault.models.ObjectIdentifier.class
com.microsoft.azure.keyvault.models.RestoreKeyRequestMessage.class
com.microsoft.azure.keyvault.models.Secret.class
com.microsoft.azure.keyvault.models.SecretAttributes.class
com.microsoft.azure.keyvault.models.SecretIdentifier.class
com.microsoft.azure.keyvault.models.SecretItem.class
com.microsoft.azure.keyvault.models.UpdateKeyRequestMessage.class
com.microsoft.azure.keyvault.models.VerifyRequestMessage.class
com.microsoft.azure.keyvault.models.VerifyResponseMessage.class
com.microsoft.azure.keyvault.SecretFuture.class
com.microsoft.azure.keyvault.SecretOperations.class
com.microsoft.azure.keyvault.SecretOperationsImpl$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
azure-core-${project.version}.jar
/${project.groupId}/azure-core/${project.version}
查看azure-core所有版本文件
azure-core-test-${project.version}.jar
/${project.groupId}/azure-core-test/${project.version}
查看azure-core-test所有版本文件
|