GroupId | GroupIdcom.github.Shouheng88 |
---|---|
ArtifactId | ArtifactIduix-widget |
Version | Version2.0 |
Type | Typeaar |
Filename | Size |
---|---|
uix-widget-2.0.pom | |
uix-widget-2.0-sources.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Shouheng88/uix-widget/ -->
<dependency>
<groupId>com.github.Shouheng88</groupId>
<artifactId>uix-widget</artifactId>
<version>2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.Shouheng88/uix-widget/
implementation 'com.github.Shouheng88:uix-widget:2.0'
// https://jarcasting.com/artifacts/com.github.Shouheng88/uix-widget/
implementation ("com.github.Shouheng88:uix-widget:2.0")
'com.github.Shouheng88:uix-widget:aar:2.0'
<dependency org="com.github.Shouheng88" name="uix-widget" rev="2.0">
<artifact name="uix-widget" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.Shouheng88', module='uix-widget', version='2.0')
)
libraryDependencies += "com.github.Shouheng88" % "uix-widget" % "2.0"
[com.github.Shouheng88/uix-widget "2.0"]