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