GroupId | GroupIdcom.braintreepayments.api |
---|---|
ArtifactId | ArtifactIdbraintree |
Version | Version2.8.1 |
Type | Typeaar |
Filename | Size |
---|---|
braintree-2.8.1.pom | |
braintree-2.8.1.aar | 293 KB |
braintree-2.8.1-sources.jar | 145 KB |
braintree-2.8.1-javadoc.jar | 418 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/ -->
<dependency>
<groupId>com.braintreepayments.api</groupId>
<artifactId>braintree</artifactId>
<version>2.8.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/
implementation 'com.braintreepayments.api:braintree:2.8.1'
// https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/
implementation ("com.braintreepayments.api:braintree:2.8.1")
'com.braintreepayments.api:braintree:aar:2.8.1'
<dependency org="com.braintreepayments.api" name="braintree" rev="2.8.1">
<artifact name="braintree" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments.api', module='braintree', version='2.8.1')
)
libraryDependencies += "com.braintreepayments.api" % "braintree" % "2.8.1"
[com.braintreepayments.api/braintree "2.8.1"]