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