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

Jar examples for d:docker-client

Description

A docker client

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials