is not current version
Last Version 4.6.1

com.adyen.checkout:components-core 4.0.0-beta01

Adyen checkout Components Core module.

GroupId

GroupId

com.adyen.checkout
ArtifactId

ArtifactId

components-core
Version

Version

4.0.0-beta01
Type

Type

aar

Download components-core 4.0.0-beta01


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