GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactId3ds2 |
Version | Version3.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
3ds2-3.0.0.pom | |
3ds2-3.0.0.aar | 30 KB |
3ds2-3.0.0-sources.aar | 7 KB |
3ds2-3.0.0-javadoc.aar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/3ds2/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>3ds2</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/3ds2/
implementation 'com.adyen.checkout:3ds2:3.0.0'
// https://jarcasting.com/artifacts/com.adyen.checkout/3ds2/
implementation ("com.adyen.checkout:3ds2:3.0.0")
'com.adyen.checkout:3ds2:aar:3.0.0'
<dependency org="com.adyen.checkout" name="3ds2" rev="3.0.0">
<artifact name="3ds2" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='3ds2', version='3.0.0')
)
libraryDependencies += "com.adyen.checkout" % "3ds2" % "3.0.0"
[com.adyen.checkout/3ds2 "3.0.0"]