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