GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.4.4 |
Type | Typeaar |
Filename | Size |
---|---|
core-2.4.4.pom | -1 bytes |
core-2.4.4-javadoc.aar | 455 KB |
core-2.4.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/core/
implementation 'com.adyen.checkout:core:2.4.4'
// https://jarcasting.com/artifacts/com.adyen.checkout/core/
implementation ("com.adyen.checkout:core:2.4.4")
'com.adyen.checkout:core:aar:2.4.4'
<dependency org="com.adyen.checkout" name="core" rev="2.4.4">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='core', version='2.4.4')
)
libraryDependencies += "com.adyen.checkout" % "core" % "2.4.4"
[com.adyen.checkout/core "2.4.4"]