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