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