GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version2.4.6 |
Type | Typeaar |
Filename | Size |
---|---|
base-2.4.6.pom | |
base-2.4.6.aar | 28 KB |
base-2.4.6-sources.aar | 15 KB |
base-2.4.6-javadoc.aar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/base/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>base</artifactId>
<version>2.4.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/base/
implementation 'com.adyen.checkout:base:2.4.6'
// https://jarcasting.com/artifacts/com.adyen.checkout/base/
implementation ("com.adyen.checkout:base:2.4.6")
'com.adyen.checkout:base:aar:2.4.6'
<dependency org="com.adyen.checkout" name="base" rev="2.4.6">
<artifact name="base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='base', version='2.4.6')
)
libraryDependencies += "com.adyen.checkout" % "base" % "2.4.6"
[com.adyen.checkout/base "2.4.6"]