Jar examples for m:maven-utils
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.0 in this page.
The Apache Software License, Version 2.0
You can use the following script to add maven-utils-1.0.jar to your project.
<dependency> <groupId>com.marvelution.maven</groupId> <artifactId>maven-utils</artifactId> <version>1.0</version> </dependency>
compile group: 'com.marvelution.maven', name: 'maven-utils', version: '1.0'
libraryDependencies += "com.marvelution.maven" % "maven-utils" % "1.0"
<dependency org="com.marvelution.maven" name="maven-utils" rev="1.0"/>
@Grapes(@Grab(group='com.marvelution.maven', module='maven-utils', version='1.0'))
'com.marvelution.maven:maven-utils:jar:1.0'
Click the following link to download the jar file.
maven-utils-1.0-javadoc.jar