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