You can download docker-client-5.0.2.jar in this page.
Apache License
docker-client-5.0.2.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.DefaultDockerClient.class com.spotify.docker.client.DockerCertificates.class com.spotify.docker.client.DockerClient.class com.spotify.docker.client.DockerDateFormat.class com.spotify.docker.client.DockerHost.class com.spotify.docker.client.EventReader.class com.spotify.docker.client.EventStream.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.OSUtils.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.VersionCompare.class com.spotify.docker.client.exceptions.BadParamException.class com.spotify.docker.client.exceptions.ConflictException.class com.spotify.docker.client.exceptions.ContainerNotFoundException.class com.spotify.docker.client.exceptions.ContainerRenameConflictException.class com.spotify.docker.client.exceptions.DockerCertificateException.class com.spotify.docker.client.exceptions.DockerException.class com.spotify.docker.client.exceptions.DockerRequestException.class com.spotify.docker.client.exceptions.DockerTimeoutException.class com.spotify.docker.client.exceptions.ExecCreateConflictException.class com.spotify.docker.client.exceptions.ExecNotFoundException.class com.spotify.docker.client.exceptions.ExecStartConflictException.class com.spotify.docker.client.exceptions.ImageNotFoundException.class com.spotify.docker.client.exceptions.ImagePullFailedException.class com.spotify.docker.client.exceptions.ImagePushFailedException.class com.spotify.docker.client.exceptions.NetworkNotFoundException.class com.spotify.docker.client.exceptions.NotFoundException.class com.spotify.docker.client.exceptions.PermissionException.class com.spotify.docker.client.jackson.UnixTimestampDeserializer.class com.spotify.docker.client.messages.AttachedNetwork.class com.spotify.docker.client.messages.AuthConfig.class com.spotify.docker.client.messages.AuthRegistryConfig.class com.spotify.docker.client.messages.BlockIoStats.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.ContainerMount.class com.spotify.docker.client.messages.ContainerState.class com.spotify.docker.client.messages.ContainerStats.class com.spotify.docker.client.messages.CpuStats.class com.spotify.docker.client.messages.CpuUsage.class com.spotify.docker.client.messages.Device.class com.spotify.docker.client.messages.Event.class com.spotify.docker.client.messages.ExecState.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.ImageSearchResult.class com.spotify.docker.client.messages.Info.class com.spotify.docker.client.messages.Ipam.class com.spotify.docker.client.messages.IpamConfig.class com.spotify.docker.client.messages.LogConfig.class com.spotify.docker.client.messages.MemoryStats.class com.spotify.docker.client.messages.Network.class com.spotify.docker.client.messages.NetworkConfig.class com.spotify.docker.client.messages.NetworkCreation.class com.spotify.docker.client.messages.NetworkSettings.class com.spotify.docker.client.messages.NetworkStats.class com.spotify.docker.client.messages.PortBinding.class com.spotify.docker.client.messages.ProcessConfig.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.TopResults.class com.spotify.docker.client.messages.Version.class
docker-client-5.0.2.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>5.0.2</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>9</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>v5.0.2</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.12</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>18.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.jaxrs</groupId> <artifactId>jackson-jaxrs-json-provider</artifactId> <version>2.6.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-guava</artifactId> <version>2.6.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.6.0</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-client</artifactId> <version>2.19</version> </dependency> <dependency> <groupId>org.glassfish.jersey.connectors</groupId> <artifactId>jersey-apache-connector</artifactId> <version>2.19</version> </dependency> <dependency> <groupId>org.glassfish.jersey.media</groupId> <artifactId>jersey-media-json-jackson</artifactId> <version>2.19</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> <version>1.9</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5</version> </dependency> <dependency> <groupId>com.github.jnr</groupId> <artifactId>jnr-unixsocket</artifactId> <version>0.8</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> <version>1.52</version> </dependency> <!--test deps--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</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.1</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.jimfs</groupId> <artifactId>jimfs</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.8.2</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</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>3.3</version> <configuration> <compilerArgs> <arg>-Xlint:all,-serial</arg> </compilerArgs> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> <source>1.7</source> <target>1.7</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.17</version> <executions> <execution> <id>validate</id> <phase>validate</phase> <configuration> <configLocation>checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>true</failsOnError> <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <linkXRef>false</linkXRef> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.1</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> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.9.6</version> </dependency> </dependencies> <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.4</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.10.3</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.4.1</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.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>2.19</version> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.5</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>${autoReleaseAfterClose}</autoReleaseAfterClose> </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.5.201505241946</version> <executions> <execution> <id>jacoco-initialize</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>jacoco-site</id> <phase>test</phase> <goals> <goal>report</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.1</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>5.0.2</version> </dependency>
If you think the following docker-client-5.0.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download docker-client-5.0.2.jar file