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