GroupId | GroupIdcom.mesibo.api |
---|---|
ArtifactId | ArtifactIduihelper |
Version | Version0.0.38 |
Type | Typeaar |
Filename | Size |
---|---|
uihelper-0.0.38.pom | |
uihelper-0.0.38-sources.jar | 261 bytes |
uihelper-0.0.38-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.mesibo.api/uihelper/ -->
<dependency>
<groupId>com.mesibo.api</groupId>
<artifactId>uihelper</artifactId>
<version>0.0.38</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mesibo.api/uihelper/
implementation 'com.mesibo.api:uihelper:0.0.38'
// https://jarcasting.com/artifacts/com.mesibo.api/uihelper/
implementation ("com.mesibo.api:uihelper:0.0.38")
'com.mesibo.api:uihelper:aar:0.0.38'
<dependency org="com.mesibo.api" name="uihelper" rev="0.0.38">
<artifact name="uihelper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mesibo.api', module='uihelper', version='0.0.38')
)
libraryDependencies += "com.mesibo.api" % "uihelper" % "0.0.38"
[com.mesibo.api/uihelper "0.0.38"]