Download maven-plugin-testing-harness-1.2.jar file - Jar m

Jar examples for m:maven-plugin-testing-harness

Description

The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo.

You can download jar file maven-plugin-testing-harness 1.2 in this page.

License

Apache License

Build File

You can use the following script to add maven-plugin-testing-harness-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

maven-plugin-testing-harness-1.2-javadoc.jar
maven-plugin-testing-harness-1.2-sources.jar
maven-plugin-testing-harness-1.2.jar
maven-plugin-testing-harness-1.2.pom



Related Tutorials