Download maven-utils-1.11.13.jar file - Jar m

Jar examples for m:maven-utils

Description

This project provides a tool for scanning multiple independent source code trees for the purpose of determining if there are circular dependencies between them. Since independent source trees will not be in a single reactor, Maven cannot detect this condition.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

maven-utils-1.11.13-javadoc.jar
maven-utils-1.11.13-sources.jar
maven-utils-1.11.13.jar
maven-utils-1.11.13.pom



Related Tutorials