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