Files download
File Operation
uix-common-3.0.0.pom download
uix-common-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.Shouheng88</groupId>
  <artifactId>uix-common</artifactId>
  <version>3.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.Shouheng88:uix-common:3.0.0'
Gradle Kotlin
implementation("com.github.Shouheng88:uix-common:3.0.0")
Scala SBT
libraryDependencies += "com.github.Shouheng88" % "uix-common" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.Shouheng88', module='uix-common', version='3.0.0')
)
Apache Ivy
<dependency org="com.github.Shouheng88" name="uix-common" rev="3.0.0" />
Leiningen
[com.github.Shouheng88/uix-common "3.0.0"]
Apache Buildr
'com.github.Shouheng88:uix-common:jar:3.0.0'