GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIddotpay |
Version | Version4.0.0-beta01 |
Type | Typeaar |
Filename | Size |
---|---|
dotpay-4.0.0-beta01.pom | |
dotpay-4.0.0-beta01.aar | 28 KB |
dotpay-4.0.0-beta01-sources.aar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/dotpay/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>dotpay</artifactId>
<version>4.0.0-beta01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/dotpay/
implementation 'com.adyen.checkout:dotpay:4.0.0-beta01'
// https://jarcasting.com/artifacts/com.adyen.checkout/dotpay/
implementation ("com.adyen.checkout:dotpay:4.0.0-beta01")
'com.adyen.checkout:dotpay:aar:4.0.0-beta01'
<dependency org="com.adyen.checkout" name="dotpay" rev="4.0.0-beta01">
<artifact name="dotpay" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='dotpay', version='4.0.0-beta01')
)
libraryDependencies += "com.adyen.checkout" % "dotpay" % "4.0.0-beta01"
[com.adyen.checkout/dotpay "4.0.0-beta01"]