组织ID: |
com.microsoft.azure |
项目ID: |
azure-keyvault-core |
版本: |
0.9.5 |
最后修改时间: |
2018-10-24 20:40:49 |
包类型: |
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 |
大小: |
9.88KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-core</artifactId>
<version>0.9.5</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-keyvault-core:0.9.5
|
下载Jar包: |
|
POM文件内容: |
<!--
Copyright Microsoft Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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.9.5</version>
<relativePath>../../../azure/pom.xml</relativePath>
</parent>
<artifactId>azure-keyvault-core</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.9.5</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>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</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: |
commons-lang3-3.4.jar
/org.apache.commons/commons-lang3/3.4
查看commons-lang3所有版本文件
|