组织ID: |
com.microsoft.azure |
项目ID: |
azure-keyvault-core |
版本: |
1.2.1 |
最后修改时间: |
2019-05-06 19:55:55 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Key Vault Core |
描述: |
This package contains Microsoft Azure Key Vault Core SDK. |
大小: |
10.22KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>1.2.1</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-keyvault-core:1.2.1
|
下载Jar包: |
|
POM文件内容: |
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See License.txt in the project root for
license information.
-->
<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-keyvault-parent</artifactId>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Key Vault Core</name>
<description>This package contains Microsoft Azure Key Vault Core SDK.</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>https://github.com/Azure/azure-sdk-for-java</url></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>
</properties>
<dependencies>
<!-- COMPILE DEPENDENCY -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
META-INF/maven/com.microsoft.azure/azure-keyvault-core/pom.xml
META-INF/maven/com.microsoft.azure/azure-keyvault-core/pom.properties
com.microsoft.azure.keyvault.core.IKey.class
com.microsoft.azure.keyvault.core.IKeyResolver.class
|
依赖Jar: |
|