| Группа | Группаcom.adyen.checkout |
|---|---|
| Идентификатор | Идентификаторbcmc-ui |
| Версия | Версия3.6.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| bcmc-ui-3.6.0.pom | |
| bcmc-ui-3.6.0.aar | 31 KB |
| bcmc-ui-3.6.0-sources.aar | 2 KB |
| bcmc-ui-3.6.0-javadoc.aar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.adyen.checkout/bcmc-ui/ -->
<dependency>
<groupId>com.adyen.checkout</groupId>
<artifactId>bcmc-ui</artifactId>
<version>3.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adyen.checkout/bcmc-ui/
implementation 'com.adyen.checkout:bcmc-ui:3.6.0'
// https://jarcasting.com/artifacts/com.adyen.checkout/bcmc-ui/
implementation ("com.adyen.checkout:bcmc-ui:3.6.0")
'com.adyen.checkout:bcmc-ui:aar:3.6.0'
<dependency org="com.adyen.checkout" name="bcmc-ui" rev="3.6.0">
<artifact name="bcmc-ui" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adyen.checkout', module='bcmc-ui', version='3.6.0')
)
libraryDependencies += "com.adyen.checkout" % "bcmc-ui" % "3.6.0"
[com.adyen.checkout/bcmc-ui "3.6.0"]