GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdcard-ui-core |
Version | Version4.0.0-alpha01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/card-ui-core/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>card-ui-core</artifactId>
<version>4.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/card-ui-core/
implementation 'com.adyen.checkout:card-ui-core:4.0.0-alpha01'
// https://jarcasting.com/artifacts/com.adyen.checkout/card-ui-core/
implementation ("com.adyen.checkout:card-ui-core:4.0.0-alpha01")
'com.adyen.checkout:card-ui-core:aar:4.0.0-alpha01'
<dependency org="com.adyen.checkout" name="card-ui-core" rev="4.0.0-alpha01">
<artifact name="card-ui-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='card-ui-core', version='4.0.0-alpha01')
)
libraryDependencies += "com.adyen.checkout" % "card-ui-core" % "4.0.0-alpha01"
[com.adyen.checkout/card-ui-core "4.0.0-alpha01"]