MVN

com.github.janssk1 : maven-dependencygraph-plugin

Maven & Gradle

Dec 20, 2019
50 stars

Maven Dependency Graph Plugin · Generates a dependency graph in graphml format

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

Latest Version

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

  • Latest Stable: 1.5

All Versions

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

Version Vulnerabilities Updated
1.5
maven-dependencygraph-plugin-1.5
1.2
maven-dependencygraph-plugin-1.2
1.1
maven-dependencygraph-plugin-1.1
1.0
maven-dependencygraph-plugin-1.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.janssk1</groupId>
    <artifactId>maven-dependencygraph-plugin</artifactId>
    <version>1.5</version>
</plugin>

Advertisement