MVN

com.github.mdr : maven-dependencygraph-plugin

Maven & Gradle

Jun 03, 2013
0 stars

Maven Dependency Graph Plugin · Generates a text representation (e.g. ASCII-art) of a dependency graph

<plugin>
    <groupId>com.github.mdr</groupId>
    <artifactId>maven-dependencygraph-plugin</artifactId>
    <version>0.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mdr : maven-dependencygraph-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.github.mdr : maven-dependencygraph-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
maven-dependencygraph-plugin-0.0.4
maven-dependencygraph-plugin-0.0.3
maven-dependencygraph-plugin-0.0.2
maven-dependencygraph-plugin-0.0.1

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.mdr</groupId>
    <artifactId>maven-dependencygraph-plugin</artifactId>
    <version>0.0.4</version>
</plugin>

Advertisement