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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials