组织ID: |
com.microsoft.azure |
项目ID: |
azure-mgmt-msi |
版本: |
1.22.0 |
最后修改时间: |
2019-05-17 11:17:26 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Managed Service Identity (MSI) Management |
描述: |
This package contains Microsoft Azure Managed Service Identity (MSI) SDK. |
相关URL: |
https://github.com/Azure/azure-sdk-for-java |
大小: |
90.80KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-msi</artifactId>
<version>1.22.0</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-mgmt-msi:1.22.0
|
下载Jar包: |
|
POM文件内容: |
<?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>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.22.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-msi</artifactId>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Managed Service Identity (MSI) Management</name>
<description>This package contains Microsoft Azure Managed Service Identity (MSI) SDK.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</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>v1.22.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>
</properties>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-graph-rbac</artifactId>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.22.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<annotationProcessors>
<annotationProcessor>
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor</annotationProcessor>
</annotationProcessors>
<debug>true</debug>
<optimize>true</optimize>
<compilerArguments>
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
<Adebug>true</Adebug>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.storage</excludePackageNames>
<bottom><![CDATA[<code>/**
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
<br />* Licensed under the MIT License. See License.txt in the project root for
<br />* license information.
<br />*/</code>]]></bottom>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
META-INF/maven/com.microsoft.azure/azure-mgmt-msi/pom.xml
META-INF/maven/com.microsoft.azure/azure-mgmt-msi/pom.properties
com.microsoft.azure.management.msi.Identities.class
com.microsoft.azure.management.msi.Identity$Definition.class
com.microsoft.azure.management.msi.Identity$DefinitionStages$Blank.class
com.microsoft.azure.management.msi.Identity$DefinitionStages$WithAccess.class
com.microsoft.azure.management.msi.Identity$DefinitionStages$WithCreate.class
com.microsoft.azure.management.msi.Identity$DefinitionStages$WithGroup.class
com.microsoft.azure.management.msi.Identity$DefinitionStages.class
com.microsoft.azure.management.msi.Identity$Update.class
com.microsoft.azure.management.msi.Identity$UpdateStages$WithAccess.class
com.microsoft.azure.management.msi.Identity$UpdateStages.class
com.microsoft.azure.management.msi.Identity.class
com.microsoft.azure.management.msi.implementation.IdentitesImpl.class
com.microsoft.azure.management.msi.implementation.IdentityImpl$1.class
com.microsoft.azure.management.msi.implementation.IdentityImpl.class
com.microsoft.azure.management.msi.implementation.IdentityInner.class
com.microsoft.azure.management.msi.implementation.ManagedServiceIdentityClientImpl.class
com.microsoft.azure.management.msi.implementation.MSIManager$1.class
com.microsoft.azure.management.msi.implementation.MSIManager$Configurable.class
com.microsoft.azure.management.msi.implementation.MSIManager$ConfigurableImpl.class
com.microsoft.azure.management.msi.implementation.MSIManager.class
com.microsoft.azure.management.msi.implementation.OperationInner.class
com.microsoft.azure.management.msi.implementation.OperationsInner$1.class
com.microsoft.azure.management.msi.implementation.OperationsInner$10.class
com.microsoft.azure.management.msi.implementation.OperationsInner$11.class
com.microsoft.azure.management.msi.implementation.OperationsInner$12.class
com.microsoft.azure.management.msi.implementation.OperationsInner$2.class
com.microsoft.azure.management.msi.implementation.OperationsInner$3.class
com.microsoft.azure.management.msi.implementation.OperationsInner$4.class
com.microsoft.azure.management.msi.implementation.OperationsInner$5.class
com.microsoft.azure.management.msi.implementation.OperationsInner$6.class
com.microsoft.azure.management.msi.implementation.OperationsInner$7.class
com.microsoft.azure.management.msi.implementation.OperationsInner$8.class
com.microsoft.azure.management.msi.implementation.OperationsInner$9.class
com.microsoft.azure.management.msi.implementation.OperationsInner$OperationsService.class
com.microsoft.azure.management.msi.implementation.OperationsInner.class
com.microsoft.azure.management.msi.implementation.PageImpl.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$1.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$10.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$11.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$12.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$13.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$14.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$15.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$16.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$17.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$18.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$19.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$2.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$20.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$21.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$22.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$23.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$24.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$25.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$26.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$27.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$28.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$29.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$3.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$30.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$31.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$32.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$33.class
com.microsoft.azure.management.msi.implementation.UserAssignedIdentitiesInner$34.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
azure-mgmt-resources-1.22.0.jar
/com.microsoft.azure/azure-mgmt-resources/1.22.0
查看azure-mgmt-resources所有版本文件
azure-mgmt-graph-rbac-1.22.0.jar
/com.microsoft.azure/azure-mgmt-graph-rbac/1.22.0
查看azure-mgmt-graph-rbac所有版本文件
azure-mgmt-storage-1.22.0.jar
/com.microsoft.azure/azure-mgmt-storage/1.22.0
查看azure-mgmt-storage所有版本文件
azure-mgmt-resources-1.22.0.jar
/com.microsoft.azure/azure-mgmt-resources/1.22.0
查看azure-mgmt-resources所有版本文件
|