GroupId | GroupIdcom.braintreepayments.api |
---|---|
ArtifactId | ArtifactIdbraintree |
Version | Version1.2.7 |
Type | Typeaar |
Filename | Size |
---|---|
braintree-1.2.7.pom | |
braintree-1.2.7.aar | 483 KB |
braintree-1.2.7-sources.jar | 30 KB |
braintree-1.2.7-project.zip | 1 MB |
braintree-1.2.7-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/ -->
<dependency>
<groupId>com.braintreepayments.api</groupId>
<artifactId>braintree</artifactId>
<version>1.2.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/
implementation 'com.braintreepayments.api:braintree:1.2.7'
// https://jarcasting.com/artifacts/com.braintreepayments.api/braintree/
implementation ("com.braintreepayments.api:braintree:1.2.7")
'com.braintreepayments.api:braintree:aar:1.2.7'
<dependency org="com.braintreepayments.api" name="braintree" rev="1.2.7">
<artifact name="braintree" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments.api', module='braintree', version='1.2.7')
)
libraryDependencies += "com.braintreepayments.api" % "braintree" % "1.2.7"
[com.braintreepayments.api/braintree "1.2.7"]