is not current version
Last Version 4.6.1

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

Adyen checkout base UI component client for Adyen's Checkout API.

GroupId

GroupId

com.adyen.checkout
ArtifactId

ArtifactId

ui-core
Version

Version

4.0.0-beta01
Type

Type

aar

Download ui-core 4.0.0-beta01


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