Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Installation

Bryant Luk edited this page Feb 21, 2018 · 3 revisions

There are multiple ways to download PayPal Java SDK dependency, based on your dependency manager. Here are the most popular ones:

<dependency>
	<groupId>com.paypal.sdk</groupId>
	<artifactId>rest-api-sdk</artifactId>
	<version>LATEST</version>
</dependency>
repositories {
	mavenCentral()
}
dependencies {
	compile 'com.paypal.sdk:rest-api-sdk:+'
}

Other

  • If using Eclipse, you can install the Gradle plugin from the Eclipse Marketplace. Then import the downloaded git project and choose Gradle in “Select an import wizard”.

  • You can view more options to include PayPal-Java-SDK in your project at Maven Repository Viewer

Next Step