GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIddotpay-ui |
Version | Version3.6.1 |
Type | Typeaar |
Filename | Size |
---|---|
dotpay-ui-3.6.1.pom | |
dotpay-ui-3.6.1.aar | 25 KB |
dotpay-ui-3.6.1-sources.aar | 1 KB |
dotpay-ui-3.6.1-javadoc.aar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/dotpay-ui/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>dotpay-ui</artifactId>
<version>3.6.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/dotpay-ui/
implementation 'com.adyen.checkout:dotpay-ui:3.6.1'
// https://jarcasting.com/artifacts/com.adyen.checkout/dotpay-ui/
implementation ("com.adyen.checkout:dotpay-ui:3.6.1")
'com.adyen.checkout:dotpay-ui:aar:3.6.1'
<dependency org="com.adyen.checkout" name="dotpay-ui" rev="3.6.1">
<artifact name="dotpay-ui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='dotpay-ui', version='3.6.1')
)
libraryDependencies += "com.adyen.checkout" % "dotpay-ui" % "3.6.1"
[com.adyen.checkout/dotpay-ui "3.6.1"]