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