d

dunwu-starters

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