is not current version
Last Version 4.12.0

com.braintreepayments.api:braintree-core 4.5.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-core
Version

Version

4.5.0
Type

Type

aar

Download braintree-core 4.5.0


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