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