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