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