d

dunwu-common-all

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