is not current version
Last Version 3.19.0

com.braintreepayments.api:braintree 2.16.0

This is Braintree's Android SDK. Integrate this library to accept payments in your Android app.

GroupId

GroupId

com.braintreepayments.api
ArtifactId

ArtifactId

braintree
Version

Version

2.16.0
Type

Type

aar

Download braintree 2.16.0


<!-- https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/ -->
<dependency>
    <groupId>com.braintreepayments.api</groupId>
    <artifactId>braintree</artifactId>
    <version>2.16.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/
implementation 'com.braintreepayments.api:braintree:2.16.0'
// https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/
implementation ("com.braintreepayments.api:braintree:2.16.0")
'com.braintreepayments.api:braintree:aar:2.16.0'
<dependency org="com.braintreepayments.api" name="braintree" rev="2.16.0">
  <artifact name="braintree" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments.api', module='braintree', version='2.16.0')
)
libraryDependencies += "com.braintreepayments.api" % "braintree" % "2.16.0"
[com.braintreepayments.api/braintree "2.16.0"]