MVN

com.github.ramonnteixeira : dependency-analizer-plugin

Maven & Gradle

Apr 12, 2016
1 stars

Maven dependency analiser plugin · This plugin is to avoid duplicate classes by maven dependencies with different groupID

<plugin>
    <groupId>com.github.ramonnteixeira</groupId>
    <artifactId>dependency-analizer-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ramonnteixeira : dependency-analizer-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.ramonnteixeira : dependency-analizer-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
dependency-analizer-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.ramonnteixeira</groupId>
    <artifactId>dependency-analizer-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement