GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdcard-ui-core |
Version | Version3.7.2 |
Type | Typeaar |
Filename | Size |
---|---|
card-ui-core-3.7.2.pom | |
card-ui-core-3.7.2.aar | 46 KB |
card-ui-core-3.7.2-sources.aar | 4 KB |
card-ui-core-3.7.2-javadoc.aar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/card-ui-core/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>card-ui-core</artifactId>
<version>3.7.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/card-ui-core/
implementation 'com.adyen.checkout:card-ui-core:3.7.2'
// https://jarcasting.com/artifacts/com.adyen.checkout/card-ui-core/
implementation ("com.adyen.checkout:card-ui-core:3.7.2")
'com.adyen.checkout:card-ui-core:aar:3.7.2'
<dependency org="com.adyen.checkout" name="card-ui-core" rev="3.7.2">
<artifact name="card-ui-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='card-ui-core', version='3.7.2')
)
libraryDependencies += "com.adyen.checkout" % "card-ui-core" % "3.7.2"
[com.adyen.checkout/card-ui-core "3.7.2"]