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