GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdui-core |
Version | Version4.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
ui-core-4.1.1.pom | |
ui-core-4.1.1-sources.jar | 9 KB |
ui-core-4.1.1-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/ui-core/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>ui-core</artifactId>
<version>4.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/ui-core/
implementation 'com.adyen.checkout:ui-core:4.1.1'
// https://jarcasting.com/artifacts/com.adyen.checkout/ui-core/
implementation ("com.adyen.checkout:ui-core:4.1.1")
'com.adyen.checkout:ui-core:aar:4.1.1'
<dependency org="com.adyen.checkout" name="ui-core" rev="4.1.1">
<artifact name="ui-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='ui-core', version='4.1.1')
)
libraryDependencies += "com.adyen.checkout" % "ui-core" % "4.1.1"
[com.adyen.checkout/ui-core "4.1.1"]