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