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