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