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