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