GroupId | GroupIdcom.adyen.checkout |
---|---|
ArtifactId | ArtifactIdbcmc-base |
Version | Version3.8.3 |
Type | Typeaar |
Filename | Size |
---|---|
bcmc-base-3.8.3.pom | |
bcmc-base-3.8.3.aar | 10 KB |
bcmc-base-3.8.3-sources.jar | 5 KB |
bcmc-base-3.8.3-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/bcmc-base/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>bcmc-base</artifactId>
<version>3.8.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/bcmc-base/
implementation 'com.adyen.checkout:bcmc-base:3.8.3'
// https://jarcasting.com/artifacts/com.adyen.checkout/bcmc-base/
implementation ("com.adyen.checkout:bcmc-base:3.8.3")
'com.adyen.checkout:bcmc-base:aar:3.8.3'
<dependency org="com.adyen.checkout" name="bcmc-base" rev="3.8.3">
<artifact name="bcmc-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='bcmc-base', version='3.8.3')
)
libraryDependencies += "com.adyen.checkout" % "bcmc-base" % "3.8.3"
[com.adyen.checkout/bcmc-base "3.8.3"]