Download paypal-core-1.1.jar file - Jar p

Jar examples for p:paypal-core

Description

PayPal Java SDK Core library base and common to PayPal SDKs. The paypal-core library is a dependency for all PayPal related Java SDKs

You can download jar file paypal-core 1.1 in this page.

License

PayPal SDK License

Build File

You can use the following script to add paypal-core-1.1.jar to your project.

<dependency>
   <groupId>com.paypal.sdk</groupId>
   <artifactId>paypal-core</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.paypal.sdk', name: 'paypal-core', version: '1.1'
libraryDependencies += "com.paypal.sdk" % "paypal-core" % "1.1"
<dependency org="com.paypal.sdk" name="paypal-core" rev="1.1"/>
@Grapes(@Grab(group='com.paypal.sdk', module='paypal-core', version='1.1'))
'com.paypal.sdk:paypal-core:jar:1.1'

Download

Click the following link to download the jar file.

paypal-core-1.1-javadoc.jar
paypal-core-1.1-sources.jar
paypal-core-1.1.jar
paypal-core-1.1.pom



Related Tutorials