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