Download docker-client-8.11.5.jar file - Jar d

Jar examples for d:docker-client

Description

A docker client

You can download jar file docker-client 8.11.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add docker-client-8.11.5.jar to your project.

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>docker-client</artifactId>
   <version>8.11.5</version>
</dependency>
compile group: 'com.spotify', name: 'docker-client', version: '8.11.5'
libraryDependencies += "com.spotify" % "docker-client" % "8.11.5"
<dependency org="com.spotify" name="docker-client" rev="8.11.5"/>
@Grapes(@Grab(group='com.spotify', module='docker-client', version='8.11.5'))
'com.spotify:docker-client:jar:8.11.5'

Download

Click the following link to download the jar file.

docker-client-8.11.5-javadoc.jar
docker-client-8.11.5-shaded-sources.jar
docker-client-8.11.5-shaded.jar
docker-client-8.11.5-sources.jar
docker-client-8.11.5.jar
docker-client-8.11.5.pom



Related Tutorials