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