Download maven-test-utils-1.1.jar file - Jar m

Jar examples for m:maven-test-utils

Description

Utility library for testing Maven 2.x projects

You can download jar file maven-test-utils 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-test-utils-1.1.jar to your project.

<dependency>
   <groupId>com.marvelution.maven</groupId>
   <artifactId>maven-test-utils</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.marvelution.maven', name: 'maven-test-utils', version: '1.1'
libraryDependencies += "com.marvelution.maven" % "maven-test-utils" % "1.1"
<dependency org="com.marvelution.maven" name="maven-test-utils" rev="1.1"/>
@Grapes(@Grab(group='com.marvelution.maven', module='maven-test-utils', version='1.1'))
'com.marvelution.maven:maven-test-utils:jar:1.1'

Download

Click the following link to download the jar file.

maven-test-utils-1.1-javadoc.jar
maven-test-utils-1.1-sources.jar
maven-test-utils-1.1-tests.jar
maven-test-utils-1.1.jar
maven-test-utils-1.1.pom



Related Tutorials