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