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