GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdui-core |
Version | Version4.0.0-beta01 |
Type | Typeaar |
Filename | Size |
---|---|
ui-core-4.0.0-beta01.pom | |
ui-core-4.0.0-beta01.aar | 38 KB |
ui-core-4.0.0-beta01-sources.aar | 8 KB |
Browse |
<!-- 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"]