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