d

dunwu-parent

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