Download docker-maven-plugin-0.20.1.jar file - Jar d

Jar examples for d:docker-maven-plugin

Description

A plugin designed to wrap the docker API to prepare docker images for integration testing. Tested containers can then be pushed to a central docker remoteRepositories and deployed into production.

You can download jar file docker-maven-plugin 0.20.1 in this page.

License

GNU General Public License, version 3 (GPL-3.0)

Build File

You can use the following script to add docker-maven-plugin-0.20.1.jar to your project.

<dependency>
   <groupId>io.fabric8</groupId>
   <artifactId>docker-maven-plugin</artifactId>
   <version>0.20.1</version>
</dependency>
compile group: 'io.fabric8', name: 'docker-maven-plugin', version: '0.20.1'
libraryDependencies += "io.fabric8" % "docker-maven-plugin" % "0.20.1"
<dependency org="io.fabric8" name="docker-maven-plugin" rev="0.20.1"/>
@Grapes(@Grab(group='io.fabric8', module='docker-maven-plugin', version='0.20.1'))
'io.fabric8:docker-maven-plugin:jar:0.20.1'

Download

Click the following link to download the jar file.

docker-maven-plugin-0.20.1-javadoc.jar
docker-maven-plugin-0.20.1-sources.jar
docker-maven-plugin-0.20.1.jar
docker-maven-plugin-0.20.1.pom



Related Tutorials