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