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