is not current version
Last Version 2.4.13

com.adyen.checkout:core 2.1.0

core

GroupId

GroupId

com.adyen.checkout
ArtifactId

ArtifactId

core
Version

Version

2.1.0
Type

Type

aar

Download core 2.1.0


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