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