Jar examples for d:docker-maven-plugin
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.19.0 in this page.
GNU General Public License, version 3 (GPL-3.0)
You can use the following script to add docker-maven-plugin-0.19.0.jar to your project.
<dependency> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.19.0</version> </dependency>
compile group: 'io.fabric8', name: 'docker-maven-plugin', version: '0.19.0'
libraryDependencies += "io.fabric8" % "docker-maven-plugin" % "0.19.0"
<dependency org="io.fabric8" name="docker-maven-plugin" rev="0.19.0"/>
@Grapes(@Grab(group='io.fabric8', module='docker-maven-plugin', version='0.19.0'))
'io.fabric8:docker-maven-plugin:jar:0.19.0'
Click the following link to download the jar file.
docker-maven-plugin-0.19.0.jar