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