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