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