d

dunwu-common-web

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