Files download
File Operation
dunwu-parent-1.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.github.dunwu</groupId>
  <artifactId>dunwu-parent</artifactId>
  <version>1.0.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.dunwu:dunwu-parent:1.0.8'
Gradle Kotlin
implementation("io.github.dunwu:dunwu-parent:1.0.8")
Scala SBT
libraryDependencies += "io.github.dunwu" % "dunwu-parent" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dunwu', module='dunwu-parent', version='1.0.8')
)
Apache Ivy
<dependency org="io.github.dunwu" name="dunwu-parent" rev="1.0.8" />
Leiningen
[io.github.dunwu/dunwu-parent "1.0.8"]
Apache Buildr
'io.github.dunwu:dunwu-parent:jar:1.0.8'
Dependencies
The project has no third-party dependencies