| GroupId | GroupIdcom.braintreepayments |
|---|---|
| ArtifactId | ArtifactIdbraintreehttp |
| Version | Version1.2.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| braintreehttp-1.2.14.pom | |
| braintreehttp-1.2.14.jar | 30 KB |
| braintreehttp-1.2.14-sources.jar | 16 KB |
| braintreehttp-1.2.14-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.braintreepayments/braintreehttp/ -->
<dependency>
<groupId>com.braintreepayments</groupId>
<artifactId>braintreehttp</artifactId>
<version>1.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments/braintreehttp/
implementation 'com.braintreepayments:braintreehttp:1.2.14'
// https://jarcasting.com/artifacts/com.braintreepayments/braintreehttp/
implementation ("com.braintreepayments:braintreehttp:1.2.14")
'com.braintreepayments:braintreehttp:jar:1.2.14'
<dependency org="com.braintreepayments" name="braintreehttp" rev="1.2.14">
<artifact name="braintreehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments', module='braintreehttp', version='1.2.14')
)
libraryDependencies += "com.braintreepayments" % "braintreehttp" % "1.2.14"
[com.braintreepayments/braintreehttp "1.2.14"]