Partner Center SDK for Java

The Partner Center SDK for Java is commonly used by partners and control panel vendors to manage Partner Center resources. It is an open source project maintained by the partner community. Since this SDK is maintained by the partner community, it is not officially supported by Microsoft. You can get help from the community or open an issue on GitHub if there is a problem.

Prerequisites

Installation

The Partner Center SDK for Java is available through Maven here. Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.microsoft.store</groupId>
    <artifactId>partnercenter</artifactId>
    <version>1.15.3</version>
</dependency>

See the release notes for more information about the latest Partner Center SDK for Java release.

Next Steps

See getting started with the Partner Center SDK for Java for more information on how to start using the SDK.

Resources

The following are additional resources that will help you explore the capabilities for the Partner Center SDK for Java.