GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version2.4.3 |
Type | Typeaar |
Filename | Size |
---|---|
base-2.4.3.pom | |
base-2.4.3.aar | 28 KB |
base-2.4.3-sources.aar | 15 KB |
base-2.4.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/base/
implementation 'com.adyen.checkout:base:2.4.3'
// https://jarcasting.com/artifacts/com.adyen.checkout/base/
implementation ("com.adyen.checkout:base:2.4.3")
'com.adyen.checkout:base:aar:2.4.3'
<dependency org="com.adyen.checkout" name="base" rev="2.4.3">
<artifact name="base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='base', version='2.4.3')
)
libraryDependencies += "com.adyen.checkout" % "base" % "2.4.3"
[com.adyen.checkout/base "2.4.3"]