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