Download microsoft-azure-api-management-0.5.0.jar file

Introduction

You can download microsoft-azure-api-management-0.5.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

microsoft-azure-api-management-0.5.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/MSFTSIG.RSA
META-INF/MSFTSIG.SF
META-INF/maven/com.microsoft.windowsazure/microsoft-azure-api-management/pom.properties
META-INF/maven/com.microsoft.windowsazure/microsoft-azure-api-management/pom.xml
com.microsoft.windowsazure.management.AffinityGroupOperations.class
com.microsoft.windowsazure.management.AffinityGroupOperationsImpl.class
com.microsoft.windowsazure.management.Exports.class
com.microsoft.windowsazure.management.LocationOperations.class
com.microsoft.windowsazure.management.LocationOperationsImpl.class
com.microsoft.windowsazure.management.ManagementCertificateOperations.class
com.microsoft.windowsazure.management.ManagementCertificateOperationsImpl.class
com.microsoft.windowsazure.management.ManagementClient.class
com.microsoft.windowsazure.management.ManagementClientImpl.class
com.microsoft.windowsazure.management.ManagementService.class
com.microsoft.windowsazure.management.RoleSizeOperations.class
com.microsoft.windowsazure.management.RoleSizeOperationsImpl.class
com.microsoft.windowsazure.management.SubscriptionOperations.class
com.microsoft.windowsazure.management.SubscriptionOperationsImpl.class
com.microsoft.windowsazure.management.models.AffinityGroupCapabilities.class
com.microsoft.windowsazure.management.models.AffinityGroupCreateParameters.class
com.microsoft.windowsazure.management.models.AffinityGroupGetResponse.class
com.microsoft.windowsazure.management.models.AffinityGroupListResponse.class
com.microsoft.windowsazure.management.models.AffinityGroupUpdateParameters.class
com.microsoft.windowsazure.management.models.LocationAvailableServiceNames.class
com.microsoft.windowsazure.management.models.LocationNames.class
com.microsoft.windowsazure.management.models.LocationsListResponse.class
com.microsoft.windowsazure.management.models.ManagementCertificateCreateParameters.class
com.microsoft.windowsazure.management.models.ManagementCertificateGetResponse.class
com.microsoft.windowsazure.management.models.ManagementCertificateListResponse.class
com.microsoft.windowsazure.management.models.RoleSizeListResponse.class
com.microsoft.windowsazure.management.models.SubscriptionGetResponse.class
com.microsoft.windowsazure.management.models.SubscriptionListOperationsParameters.class
com.microsoft.windowsazure.management.models.SubscriptionListOperationsResponse.class
com.microsoft.windowsazure.management.models.SubscriptionOperationNames.class
com.microsoft.windowsazure.management.models.SubscriptionStatus.class

Pom

microsoft-azure-api-management-0.5.0.pom file content.

<!--
 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.windowsazure</groupId>
    <artifactId>microsoft-azure-api-parent</artifactId>
    <version>0.5.0</version>
    <relativePath>../parent/pom.xml</relativePath>
  </parent>

  <artifactId>microsoft-azure-api-management</artifactId>
  <packaging>jar</packaging>

  <name>Microsoft Azure Management Client API</name>
  <description>Microsoft Azure Management SDK Clients</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>
  </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>

    <jackson.version>2.1.1</jackson.version>
  </properties>

  <developers>
    <developer>
      <id>microsoft</id>
      <name>Microsoft</name>
    </developer>
  </developers>

  <dependencies>
    <dependency> 
      <groupId>${project.groupId}</groupId>
      <artifactId>microsoft-azure-api-core</artifactId>
      <version>0.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
    </dependency>
    <dependency>
      <groupId>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
    </dependency>

    <!-- Test dependencies -->
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk16</artifactId>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>info.cukes</groupId>
      <artifactId>cucumber-java</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>info.cukes</groupId>
      <artifactId>cucumber-junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-help-plugin</artifactId>
        <version>2.1.1</version>
        <executions>
          <execution>
            <phase>validate</phase>
            <goals>
              <goal>evaluate</goal>
            </goals>
            <configuration>
              <expression>legal</expression>
            </configuration>
          </execution>
        </executions>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.1</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.8</version>
        <configuration>
          <excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.storage</excludePackageNames>
          <bottom><![CDATA[<code>/**
<br/>* Copyright Microsoft Corporation
<br/>*
<br/>* Licensed under the Apache License, Version 2.0 (the "License");
<br/>* you may not use this file except in compliance with the License.
<br/>* You may obtain a copy of the License at
<br/>* http://www.apache.org/licenses/LICENSE-2.0
<br/>*
<br/>* Unless required by applicable law or agreed to in writing, software
<br/>* distributed under the License is distributed on an "AS IS" BASIS,
<br/>* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
<br/>* See the License for the specific language governing permissions and
<br/>* limitations under the License.
<br/>*/</code>]]></bottom>
        </configuration>
      </plugin>

    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.microsoft.windowsazure</groupId>
   <artifactId>microsoft-azure-api-management</artifactId>
   <version>0.5.0</version>
</dependency>

Download

If you think the following microsoft-azure-api-management-0.5.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download microsoft-azure-api-management-0.5.0.jar file




PreviousNext

Related