组织ID: |
com.microsoft.azure |
项目ID: |
azure-mgmt-containerservice |
版本: |
1.11.1 |
最后修改时间: |
2018-08-07 18:57:08 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Container Service Management |
描述: |
This package contains Microsoft Azure Container Service SDK. |
相关URL: |
https://github.com/Azure/azure-sdk-for-java |
大小: |
238.94KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-containerservice</artifactId>
<version>1.11.1</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-mgmt-containerservice:1.11.1
|
下载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.11.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-containerservice</artifactId>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Container Service Management</name>
<description>This package contains Microsoft Azure Container Service 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.11.1</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.11.1</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.11.1</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.11.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</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-containerservice/pom.xml
META-INF/maven/com.microsoft.azure/azure-mgmt-containerservice/pom.properties
com.microsoft.azure.management.containerservice.ContainerService$Definition.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$Blank.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithAgentPool.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithCreate.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithDiagnostics.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithGroup.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithLinux.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithLinuxRootUsername.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithLinuxSshKey.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithMasterDnsPrefix.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithMasterNodeCount.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithMasterOSDiskSize.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithMasterStorageProfile.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithMasterVMSize.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithOrchestrator.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithServicePrincipalProfile.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages$WithSubnet.class
com.microsoft.azure.management.containerservice.ContainerService$DefinitionStages.class
com.microsoft.azure.management.containerservice.ContainerService$Update.class
com.microsoft.azure.management.containerservice.ContainerService$UpdateStages$WithDiagnostics.class
com.microsoft.azure.management.containerservice.ContainerService$UpdateStages$WithUpdateAgentPoolCount.class
com.microsoft.azure.management.containerservice.ContainerService$UpdateStages.class
com.microsoft.azure.management.containerservice.ContainerService.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$Definition.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$Blank.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithAttach.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithLeafDomainLabel.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithOSDiskSize.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithOSType.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithPorts.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithStorageProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithSubnet.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages$WithVMSize.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool$DefinitionStages.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPool.class
com.microsoft.azure.management.containerservice.ContainerServiceAgentPoolProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceCustomProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceDiagnosticsProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceLinuxProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceMasterProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceMasterProfileCount.class
com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceOrchestratorTypes.class
com.microsoft.azure.management.containerservice.ContainerServices.class
com.microsoft.azure.management.containerservice.ContainerServiceServicePrincipalProfile.class
com.microsoft.azure.management.containerservice.ContainerServiceSshConfiguration.class
com.microsoft.azure.management.containerservice.ContainerServiceSshPublicKey.class
com.microsoft.azure.management.containerservice.ContainerServiceStorageProfileTypes.class
com.microsoft.azure.management.containerservice.ContainerServiceVMDiagnostics.class
com.microsoft.azure.management.containerservice.ContainerServiceVMSizeTypes.class
com.microsoft.azure.management.containerservice.ContainerServiceWindowsProfile.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceAgentPoolImpl.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceImpl$1.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceImpl.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceInner.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceManagementClientImpl.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager$1.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager$Configurable.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager$ConfigurableImpl.class
com.microsoft.azure.management.containerservice.implementation.ContainerServiceManager.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesImpl$1.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesImpl$2.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesImpl.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$1.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$10.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$11.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$12.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$13.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$14.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$15.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$16.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$17.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$18.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$19.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$2.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$20.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$21.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$22.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$23.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$24.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$25.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$26.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$27.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$28.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$29.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$3.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$30.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$31.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$32.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$33.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$34.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$35.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$36.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$37.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$38.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$39.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$4.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$40.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$41.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$42.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$43.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$44.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$45.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$5.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$6.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$7.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$8.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$9.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner$ContainerServicesService.class
com.microsoft.azure.management.containerservice.implementation.ContainerServicesInner.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterAgentPoolImpl.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$1.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$2.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$3$1.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$3.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$4.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$5.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl$6.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClusterImpl.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$1.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$2.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$3.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$4.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$5.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$6.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl$7.class
com.microsoft.azure.management.containerservice.implementation.KubernetesClustersImpl.class
com.microsoft.azure.management.containerservice.implementation.ManagedClusterAccessProfileInner.class
com.microsoft.azure.management.containerservice.implementation.ManagedClusterInner.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$1.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$10.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$11.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$12.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$13.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$14.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$15.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$16.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$17.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$18.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$19.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$2.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$20.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$21.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$22.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$23.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$24.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$25.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$26.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$27.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$28.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$29.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$3.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$30.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$31.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$32.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$33.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$34.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$35.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$36.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$37.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$38.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$39.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$4.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$40.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$41.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$42.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$43.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$44.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$45.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$46.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$47.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$48.class
com.microsoft.azure.management.containerservice.implementation.ManagedClustersInner$5.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
azure-mgmt-resources-1.11.1.jar
/com.microsoft.azure/azure-mgmt-resources/1.11.1
查看azure-mgmt-resources所有版本文件
azure-mgmt-storage-1.11.1.jar
/com.microsoft.azure/azure-mgmt-storage/1.11.1
查看azure-mgmt-storage所有版本文件
azure-mgmt-resources-1.11.1.jar
/com.microsoft.azure/azure-mgmt-resources/1.11.1
查看azure-mgmt-resources所有版本文件
|