GroupId | GroupIdcom.braintreepayments.api |
---|---|
ArtifactId | ArtifactIdlocal-payment |
Version | Version4.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
local-payment-4.6.0.pom | |
local-payment-4.6.0-sources.jar | 8 KB |
local-payment-4.6.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.braintreepayments.api/local-payment/ -->
<dependency>
<groupId>com.braintreepayments.api</groupId>
<artifactId>local-payment</artifactId>
<version>4.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.braintreepayments.api/local-payment/
implementation 'com.braintreepayments.api:local-payment:4.6.0'
// https://jarcasting.com/artifacts/com.braintreepayments.api/local-payment/
implementation ("com.braintreepayments.api:local-payment:4.6.0")
'com.braintreepayments.api:local-payment:aar:4.6.0'
<dependency org="com.braintreepayments.api" name="local-payment" rev="4.6.0">
<artifact name="local-payment" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.braintreepayments.api', module='local-payment', version='4.6.0')
)
libraryDependencies += "com.braintreepayments.api" % "local-payment" % "4.6.0"
[com.braintreepayments.api/local-payment "4.6.0"]