is not current version
Last Version 8.16.0

com.spotify:docker-client 8.9.0

A docker client

Categories

Categories

Docker Container Virtualization Tools CLI User Interface
GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

docker-client
Version

Version

8.9.0
Type

Type

jar

Download docker-client 8.9.0


<!-- https://jarcasting.com/artifacts/com.spotify/docker-client/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>docker-client</artifactId>
    <version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/docker-client/
implementation 'com.spotify:docker-client:8.9.0'
// https://jarcasting.com/artifacts/com.spotify/docker-client/
implementation ("com.spotify:docker-client:8.9.0")
'com.spotify:docker-client:jar:8.9.0'
<dependency org="com.spotify" name="docker-client" rev="8.9.0">
  <artifact name="docker-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='docker-client', version='8.9.0')
)
libraryDependencies += "com.spotify" % "docker-client" % "8.9.0"
[com.spotify/docker-client "8.9.0"]