Download paypal-core-1.3.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.3 in this page.

License

PayPal SDK License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials