Download docker-maven-plugin-0.21.0.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.21.0 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.21.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials