Download maven-plugin-testing-harness-1.1.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.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials