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