GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdthreeds |
Version | Version2.4.4 |
Type | Typeaar |
Filename | Size |
---|---|
threeds-2.4.4.pom | |
threeds-2.4.4.aar | 26 KB |
threeds-2.4.4-sources.aar | 8 KB |
threeds-2.4.4-javadoc.aar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/threeds/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>threeds</artifactId>
<version>2.4.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/threeds/
implementation 'com.adyen.checkout:threeds:2.4.4'
// https://jarcasting.com/artifacts/com.adyen.checkout/threeds/
implementation ("com.adyen.checkout:threeds:2.4.4")
'com.adyen.checkout:threeds:aar:2.4.4'
<dependency org="com.adyen.checkout" name="threeds" rev="2.4.4">
<artifact name="threeds" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='threeds', version='2.4.4')
)
libraryDependencies += "com.adyen.checkout" % "threeds" % "2.4.4"
[com.adyen.checkout/threeds "2.4.4"]