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