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