Download docker-api-2.0.0.jar file

Introduction

You can download docker-api-2.0.0.jar in this page.

License

Apache License

Type List

docker-api-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.fabric8/docker-api/pom.properties
META-INF/maven/io.fabric8/docker-api/pom.xml
io.fabric8.docker.api.AbstractDockerDTO.class
io.fabric8.docker.api.Auth.class
io.fabric8.docker.api.Container.class
io.fabric8.docker.api.Docker.class
io.fabric8.docker.api.DockerApiConnectionException.class
io.fabric8.docker.api.DockerFactory.class
io.fabric8.docker.api.Dockers.class
io.fabric8.docker.api.Image.class
io.fabric8.docker.api.Info.class
io.fabric8.docker.api.Version.class
io.fabric8.docker.api.container.Change.class
io.fabric8.docker.api.container.ContainerConfig.class
io.fabric8.docker.api.container.ContainerCreateStatus.class
io.fabric8.docker.api.container.ContainerInfo.class
io.fabric8.docker.api.container.CopySource.class
io.fabric8.docker.api.container.HostConfig.class
io.fabric8.docker.api.container.NetworkSettings.class
io.fabric8.docker.api.container.Port.class
io.fabric8.docker.api.container.State.class
io.fabric8.docker.api.container.Status.class
io.fabric8.docker.api.container.Top.class
io.fabric8.docker.api.image.DeleteInfo.class
io.fabric8.docker.api.image.ImageHistoryItem.class
io.fabric8.docker.api.image.ImageInfo.class
io.fabric8.docker.api.image.ImageSearchResult.class
io.fabric8.docker.api.image.Progress.class
io.fabric8.docker.api.support.DockerPropertyNamingStrategy.class
io.fabric8.docker.api.support.ProgressBodyReader.class

Pom

docker-api-2.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--

     Copyright 2005-2014 Red Hat, Inc.

     Red Hat licenses this file to you under the Apache License, version
     2.0 (the "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
     implied.  See the License for the specific language governing
     permissions and limitations under the License.

-->
<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">
  <parent>
    <groupId>io.fabric8</groupId>
    <artifactId>components</artifactId>
    <version>2.0.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>docker-api</artifactId>
  <name>Fabric8 :: Docker :: API</name>
  <packaging>bundle</packaging>

  <properties>
    <mockwebserver.version>20130706</mockwebserver.version>
    <dockerHost />

    <resteasy.version>3.0.8.Final</resteasy.version>
  </properties>

  <dependencies>
    <dependency>
        <groupId>io.fabric8</groupId>
        <artifactId>fabric-utils</artifactId>
    </dependency>

    <dependency>
        <groupId>com.fasterxml.jackson.module</groupId>
        <artifactId>jackson-module-jaxb-annotations</artifactId>
    </dependency>
    <dependency>
        <groupId>com.fasterxml.jackson.core</groupId>
        <artifactId>jackson-databind</artifactId>
    </dependency>
    <dependency>
        <groupId>com.fasterxml.jackson.jaxrs</groupId>
        <artifactId>jackson-jaxrs-json-provider</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.cxf</groupId>
      <artifactId>cxf-rt-rs-client</artifactId>
    </dependency>

    <!-- generates the getters/setters -->
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.12.2</version>
      <scope>compile</scope>
    </dependency>

    <!-- testing -->
    <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>org.mockito</groupId>
        <artifactId>mockito-core</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-log4j12</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>com.google.mockwebserver</groupId>
        <artifactId>mockwebserver</artifactId>
        <version>${mockwebserver.version}</version>
        <scope>test</scope>
    </dependency>

  </dependencies>

  <build>
    <plugins>
<!--
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-scr-plugin</artifactId>
        <executions>
          <execution>
            <phase>prepare-package</phase>
            <goals>
              <goal>scr</goal>
            </goals>
            <configuration>
              <specVersion>1.2</specVersion>
              <strictMode>false</strictMode>
            </configuration>
          </execution>
        </executions>
      </plugin>
-->

      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>exec-maven-plugin</artifactId>
        <version>${exec-maven-plugin.version}</version>
        <executions>
          <execution>
            <goals>
              <goal>java</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <mainClass>io.fabric8.docker.api.Example</mainClass>
          <classpathScope>test</classpathScope>
<!--
      TODO try find DOCKER_HOST here or default to localhost?
          <arguments>
            <argument>${dockerHost}</argument>
          </arguments>
-->
        </configuration>
      </plugin>
    </plugins>
  </build>


</project>

POM Entry

<dependency>
   <groupId>io.fabric8</groupId>
   <artifactId>docker-api</artifactId>
   <version>2.0.0</version>
</dependency>

Download

If you think the following docker-api-2.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download docker-api-2.0.0.jar file




PreviousNext

Related