All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.maven.plugins.graph.pojo.Display Maven / Gradle / Ivy

Go to download

Create customizable dependency graphs for Maven projects using Graphviz. The Graphviz "dot" executable needs to be installed and in your path for the plugin to produce graphs - http://www.graphviz.org/

There is a newer version: 1.2.3
Show newest version
package org.kuali.maven.plugins.graph.pojo;

public enum Display {
    PATH, TREE, PT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy