Download maven-test-tools-2.1.jar file - Jar m

Jar examples for m:maven-test-tools

Description

You can download jar file maven-test-tools 2.1 in this page.

License

Apache License

Build File

You can use the following script to add maven-test-tools-2.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-test-tools-2.1-javadoc.jar
maven-test-tools-2.1-sources.jar
maven-test-tools-2.1.jar
maven-test-tools-2.1.pom



Related Tutorials