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