文件下载
文件名 操作
dunwu-common-0.1.0.jar 下载
dunwu-common-0.1.0.pom 下载
dunwu-common-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.dunwu</groupId>
  <artifactId>dunwu-common</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.dunwu:dunwu-common:0.1.0'
Gradle Kotlin
implementation("io.github.dunwu:dunwu-common:0.1.0")
Scala SBT
libraryDependencies += "io.github.dunwu" % "dunwu-common" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dunwu', module='dunwu-common', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.dunwu" name="dunwu-common" rev="0.1.0" />
Leiningen
[io.github.dunwu/dunwu-common "0.1.0"]
Apache Buildr
'io.github.dunwu:dunwu-common:jar:0.1.0'