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