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