| GroupId | GroupIdmobi.cangol.mobile |
|---|---|
| ArtifactId | ArtifactIduiframe |
| Version | Version1.0.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| uiframe-1.0.8.pom | |
| uiframe-1.0.8.aar | 68 KB |
| uiframe-1.0.8-sources.jar | 36 KB |
| uiframe-1.0.8-javadoc.jar | 143 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mobi.cangol.mobile/uiframe/ -->
<dependency>
<groupId>mobi.cangol.mobile</groupId>
<artifactId>uiframe</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/mobi.cangol.mobile/uiframe/
implementation 'mobi.cangol.mobile:uiframe:1.0.8'
// https://jarcasting.com/artifacts/mobi.cangol.mobile/uiframe/
implementation ("mobi.cangol.mobile:uiframe:1.0.8")
'mobi.cangol.mobile:uiframe:aar:1.0.8'
<dependency org="mobi.cangol.mobile" name="uiframe" rev="1.0.8">
<artifact name="uiframe" type="aar" />
</dependency>
@Grapes(
@Grab(group='mobi.cangol.mobile', module='uiframe', version='1.0.8')
)
libraryDependencies += "mobi.cangol.mobile" % "uiframe" % "1.0.8"
[mobi.cangol.mobile/uiframe "1.0.8"]