d

dunwu-parent

Dunwu 工具集版本管理
https://github.com/dunwu/dunwu
Apache License, Version 2.0
Zhang Peng
文件下载
文件名 操作
dunwu-parent-0.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.dunwu</groupId>
  <artifactId>dunwu-parent</artifactId>
  <version>0.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.dunwu:dunwu-parent:0.2.0'
Gradle Kotlin
implementation("io.github.dunwu:dunwu-parent:0.2.0")
Scala SBT
libraryDependencies += "io.github.dunwu" % "dunwu-parent" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dunwu', module='dunwu-parent', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.dunwu" name="dunwu-parent" rev="0.2.0" />
Leiningen
[io.github.dunwu/dunwu-parent "0.2.0"]
Apache Buildr
'io.github.dunwu:dunwu-parent:jar:0.2.0'