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