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