Download maven-invoker-plugin-1.8.jar file - Jar m

Jar examples for m:maven-invoker-plugin

Description

The Maven Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution.

You can download jar file maven-invoker-plugin 1.8 in this page.

License

Apache License

Build File

You can use the following script to add maven-invoker-plugin-1.8.jar to your project.

<dependency>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-invoker-plugin</artifactId>
   <version>1.8</version>
</dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-invoker-plugin', version: '1.8'
libraryDependencies += "org.apache.maven.plugins" % "maven-invoker-plugin" % "1.8"
<dependency org="org.apache.maven.plugins" name="maven-invoker-plugin" rev="1.8"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-invoker-plugin', version='1.8'))
'org.apache.maven.plugins:maven-invoker-plugin:jar:1.8'

Download

Click the following link to download the jar file.

maven-invoker-plugin-1.8-javadoc.jar
maven-invoker-plugin-1.8-sources.jar
maven-invoker-plugin-1.8.jar
maven-invoker-plugin-1.8.pom



Related Tutorials