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