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

Jar examples for d:docker-client

Description

A docker client

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials