GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdentercash-base |
Version | Version3.0.0-rc01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/entercash-base/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>entercash-base</artifactId>
<version>3.0.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/entercash-base/
implementation 'com.adyen.checkout:entercash-base:3.0.0-rc01'
// https://jarcasting.com/artifacts/com.adyen.checkout/entercash-base/
implementation ("com.adyen.checkout:entercash-base:3.0.0-rc01")
'com.adyen.checkout:entercash-base:aar:3.0.0-rc01'
<dependency org="com.adyen.checkout" name="entercash-base" rev="3.0.0-rc01">
<artifact name="entercash-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='entercash-base', version='3.0.0-rc01')
)
libraryDependencies += "com.adyen.checkout" % "entercash-base" % "3.0.0-rc01"
[com.adyen.checkout/entercash-base "3.0.0-rc01"]