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