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