组织ID: |
com.microsoft.azure |
项目ID: |
azure-keyvault-webkey |
版本: |
1.2.1 |
最后修改时间: |
2019-05-06 19:55:55 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Key Vault WebKey |
描述: |
This package contains Microsoft Azure Key Vault WebKey library. |
大小: |
26.17KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-keyvault-webkey</artifactId>
<version>1.2.1</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-keyvault-webkey: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>
<artifactId>azure-keyvault-webkey</artifactId>
<version>1.2.1</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Key Vault WebKey</name>
<description>This package contains Microsoft Azure Key Vault WebKey library.</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 DEPENDENCIES -->
<!-- Jackson Dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<!-- Other Dependencies -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</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-webkey/pom.xml
META-INF/maven/com.microsoft.azure/azure-keyvault-webkey/pom.properties
com.microsoft.azure.keyvault.webkey.JsonWebKeyOperation.class
com.microsoft.azure.keyvault.webkey.ByteExtensions.class
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm.class
com.microsoft.azure.keyvault.webkey.JsonWebKeyCurveName.class
com.microsoft.azure.keyvault.webkey.Base64UrlJsonDeserializer.class
com.microsoft.azure.keyvault.webkey.JsonWebKey.class
com.microsoft.azure.keyvault.webkey.JsonWebKeyEncryptionAlgorithm.class
com.microsoft.azure.keyvault.webkey.JsonWebKeyType.class
com.microsoft.azure.keyvault.webkey.Base64UrlJsonSerializer.class
|
依赖Jar: |
|