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