GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.4.1 |
Type | Typeaar |
Filename | Size |
---|---|
core-2.4.1.pom | -1 bytes |
core-2.4.1-javadoc.aar | 455 KB |
core-2.4.1-sources.aar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/core/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>core</artifactId>
<version>2.4.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/core/
implementation 'com.adyen.checkout:core:2.4.1'
// https://jarcasting.com/artifacts/com.adyen.checkout/core/
implementation ("com.adyen.checkout:core:2.4.1")
'com.adyen.checkout:core:aar:2.4.1'
<dependency org="com.adyen.checkout" name="core" rev="2.4.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='core', version='2.4.1')
)
libraryDependencies += "com.adyen.checkout" % "core" % "2.4.1"
[com.adyen.checkout/core "2.4.1"]