d

dunwu-tool-all

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