d

dunwu-tool-all

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