You can download docker-client-2.7.7.jar in this page.
Apache License
docker-client-2.7.7.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.spotify/docker-client/pom.properties META-INF/maven/com.spotify/docker-client/pom.xml com.spotify.docker.client.AnsiProgressHandler.class com.spotify.docker.client.ApacheUnixSocket.class com.spotify.docker.client.CompressedDirectory.class com.spotify.docker.client.ContainerNotFoundException.class com.spotify.docker.client.DefaultDockerClient.class com.spotify.docker.client.DockerCertificateException.class com.spotify.docker.client.DockerCertificates.class com.spotify.docker.client.DockerClient.class com.spotify.docker.client.DockerDateFormat.class com.spotify.docker.client.DockerException.class com.spotify.docker.client.DockerRequestException.class com.spotify.docker.client.DockerTimeoutException.class com.spotify.docker.client.ExecNotFoundException.class com.spotify.docker.client.ImageNotFoundException.class com.spotify.docker.client.ImagePullFailedException.class com.spotify.docker.client.ImagePushFailedException.class com.spotify.docker.client.ImageRef.class com.spotify.docker.client.LogMessage.class com.spotify.docker.client.LogReader.class com.spotify.docker.client.LogStream.class com.spotify.docker.client.LoggingBuildHandler.class com.spotify.docker.client.LoggingPullHandler.class com.spotify.docker.client.LoggingPushHandler.class com.spotify.docker.client.LogsResponseReader.class com.spotify.docker.client.ObjectMapperProvider.class com.spotify.docker.client.ProgressHandler.class com.spotify.docker.client.ProgressResponseReader.class com.spotify.docker.client.ProgressStream.class com.spotify.docker.client.UnixConnectionSocketFactory.class com.spotify.docker.client.messages.AuthConfig.class com.spotify.docker.client.messages.Container.class com.spotify.docker.client.messages.ContainerConfig.class com.spotify.docker.client.messages.ContainerCreation.class com.spotify.docker.client.messages.ContainerExit.class com.spotify.docker.client.messages.ContainerInfo.class com.spotify.docker.client.messages.ContainerState.class com.spotify.docker.client.messages.HostConfig.class com.spotify.docker.client.messages.Image.class com.spotify.docker.client.messages.ImageInfo.class com.spotify.docker.client.messages.Info.class com.spotify.docker.client.messages.NetworkSettings.class com.spotify.docker.client.messages.PortBinding.class com.spotify.docker.client.messages.ProgressDetail.class com.spotify.docker.client.messages.ProgressMessage.class com.spotify.docker.client.messages.RemovedImage.class com.spotify.docker.client.messages.Version.class
docker-client-2.7.7.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.spotify</groupId> <artifactId>docker-client</artifactId> <version>2.7.7</version> <packaging>jar</packaging> <name>docker-client</name> <description>A docker client</description> <url>https://github.com/spotify/docker-client</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <autoReleaseAfterClose>true</autoReleaseAfterClose> </properties> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/spotify/docker-client</connection> <developerConnection>scm:git:git@github.com:spotify/docker-client</developerConnection> <url>https://github.com/spotify/docker-client</url> <tag>v2.7.7</tag> </scm> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> <developers> <developer> <id>dano</id> <name>Daniel Norberg</name> <email>dano@spotify.com</email> </developer> <developer> <id>ryan</id> <name>Ryan Culbertson</name> <email>ryan@spotify.com</email> </developer> <developer> <id>drewc</id> <name>Drew Csillag</name> <email>drewc@spotify.com</email> </developer> <developer> <id>philipcristiano</id> <name>Philip Cristiano</name> <email>philipcristiano@spotify.com</email> </developer> <developer> <id>rohan</id> <name>Rohan Singh</name> <email>rohan@spotify.com</email> </developer> </developers> <repositories> <repository> <id>jcenter</id> <url>http://jcenter.bintray.com</url> </repository> </repositories> <dependencies> <!--compile deps--> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.6</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>17.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>2.2.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> <artifactId>jackson-dataformat-yaml</artifactId> <version>2.2.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-guava</artifactId> <version>2.2.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.2.3</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>2.13</version> </dependency> <dependency> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>jersey-apache-connector</artifactId> <version>2.13</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> <version>2.13</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.8.1</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.3.5</version> </dependency> <dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-unixsocket</artifactId> <version>0.4</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.51</version> </dependency> <!--test deps--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.spotify</groupId> <artifactId>logging</artifactId> <version>2.1.0</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5</version> <configuration> <tagNameFormat>v@{project.version}</tagNameFormat> </configuration> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> <artifactId>maven-scm-provider-gitexe</artifactId> <version>1.9</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.13</version> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <configLocation>checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <linkXRef>false</linkXRef> </configuration> <goals> <goal>check</goal> </goals> </execution> </executions> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>6.1.1</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.7</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.0</version> <configuration> <effort>Max</effort> <threshold>Low</threshold> <xmlOutput>true</xmlOutput> <findbugsXmlOutputDirectory>${project.build.directory}/findbugs </findbugsXmlOutputDirectory> <excludeFilterFile>${project.basedir}/findbugs-exclude.xml</excludeFilterFile> </configuration> <executions> <execution> <phase>verify</phase> <goals> <goal>check</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <configuration> <show>private</show> <failOnError>false</failOnError> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.3</version> <configuration> <createSourcesJar>true</createSourcesJar> <artifactSet> <includes> <include>com.fasterxml.jackson.**</include> <include>javax.annotation:*</include> <include>javax.ws.rs:*</include> <include>org.glassfish.**</include> <include>com.github.jnr:*</include> <include>org.ow2.asm:*</include> </includes> </artifactSet> <relocations> <relocation> <pattern>javax.annotation</pattern> <shadedPattern>com.spotify.docker.client.shaded.javax.annotation</shadedPattern> </relocation> <relocation> <pattern>javax.inject</pattern> <shadedPattern>com.spotify.docker.client.shaded.javax.inject</shadedPattern> </relocation> <relocation> <pattern>javax.ws.rs</pattern> <shadedPattern>com.spotify.docker.client.shaded.javax.ws.rs</shadedPattern> </relocation> <relocation> <pattern>com.fasterxml.jackson</pattern> <shadedPattern>com.spotify.docker.client.shaded.com.fasterxml.jackson</shadedPattern> </relocation> </relocations> <shadedArtifactAttached>true</shadedArtifactAttached> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.4</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>${autoReleaseAfterClose}</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.0</version> <configuration> <effort>Max</effort> <failOnError>false</failOnError> <threshold>Low</threshold> <xmlOutput>true</xmlOutput> <findbugsXmlOutputDirectory>${project.build.directory}/findbugs </findbugsXmlOutputDirectory> <excludeFilterFile>${project.basedir}/findbugs-exclude.xml</excludeFilterFile> </configuration> </plugin> </plugins> </reporting> </project>
<dependency> <groupId>com.spotify</groupId> <artifactId>docker-client</artifactId> <version>2.7.7</version> </dependency>
If you think the following docker-client-2.7.7.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download docker-client-2.7.7.jar file