is not current version
Last Version 2.4.13

com.adyen.checkout:core 2.0.2

core

GroupId

GroupId

com.adyen.checkout
ArtifactId

ArtifactId

core
Version

Version

2.0.2
Type

Type

aar

Download core 2.0.2


<!-- https://jarcasting.com/artifacts/com.adyen.checkout/core/ -->
<dependency>
    <groupId>com.adyen.checkout</groupId>
    <artifactId>core</artifactId>
    <version>2.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/core/
implementation 'com.adyen.checkout:core:2.0.2'
// https://jarcasting.com/artifacts/com.adyen.checkout/core/
implementation ("com.adyen.checkout:core:2.0.2")
'com.adyen.checkout:core:aar:2.0.2'
<dependency org="com.adyen.checkout" name="core" rev="2.0.2">
  <artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='core', version='2.0.2')
)
libraryDependencies += "com.adyen.checkout" % "core" % "2.0.2"
[com.adyen.checkout/core "2.0.2"]