Download braintree-2.3.11.jar file - Jar b

Jar examples for b:braintree

Description

Drop-in payment form for Braintree's v.zero SDK. Integrate this library to add a readymade UI for your payments.

You can download jar file braintree 2.3.11 in this page.

License

MIT

Build File

You can use the following script to add braintree-2.3.11.jar to your project.

<dependency>
   <groupId>com.braintreepayments.api</groupId>
   <artifactId>braintree</artifactId>
   <version>2.3.11</version>
</dependency>
compile group: 'com.braintreepayments.api', name: 'braintree', version: '2.3.11'
libraryDependencies += "com.braintreepayments.api" % "braintree" % "2.3.11"
<dependency org="com.braintreepayments.api" name="braintree" rev="2.3.11"/>
@Grapes(@Grab(group='com.braintreepayments.api', module='braintree', version='2.3.11'))
'com.braintreepayments.api:braintree:jar:2.3.11'

Download

Click the following link to download the jar file.

braintree-2.3.11-javadoc.jar
braintree-2.3.11-sources.jar
braintree-2.3.11.pom



Related Tutorials