文件下载
文件名 操作
dunwu-0.5.7.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.dunwu</groupId>
  <artifactId>dunwu</artifactId>
  <version>0.5.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.dunwu:dunwu:0.5.7'
Gradle Kotlin
implementation("io.github.dunwu:dunwu:0.5.7")
Scala SBT
libraryDependencies += "io.github.dunwu" % "dunwu" % "0.5.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dunwu', module='dunwu', version='0.5.7')
)
Apache Ivy
<dependency org="io.github.dunwu" name="dunwu" rev="0.5.7" />
Leiningen
[io.github.dunwu/dunwu "0.5.7"]
Apache Buildr
'io.github.dunwu:dunwu:jar:0.5.7'
本项目依赖
该项目无第三方依赖