Graph Maven Plugin

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/

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

org.kuali.maven.plugins
Идентификатор

Идентификатор

graph-maven-plugin
Последняя версия

Последняя версия

1.2.3
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Graph Maven Plugin
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/
Ссылка на сайт

Ссылка на сайт

http://site.kuali.org/maven/plugins/graph-maven-plugin/1.2.3
Организация-разработчик

Организация-разработчик

The Kuali Foundation
Система контроля версий

Система контроля версий

https://github.com/jcaddel/graph-maven-plugin

Скачать graph-maven-plugin

Как подключить последнюю версию

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>graph-maven-plugin</artifactId>
    <version>1.2.3</version>
</plugin>

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
commons-beanutils : commons-beanutils jar 1.8.3
commons-io : commons-io jar 2.1
net.sourceforge.collections : collections-generic jar 4.01
org.springframework : spring-core jar 3.1.0.RELEASE
org.apache.maven : maven-compat jar 3.0.3
org.apache.maven.shared : maven-dependency-tree jar 1.2
org.apache.maven.reporting : maven-reporting-api jar 3.0
org.slf4j : slf4j-api jar 1.6.4

runtime (2)

Идентификатор библиотеки Тип Версия
org.slf4j : jcl-over-slf4j jar 1.6.4
org.slf4j : slf4j-log4j12 jar 1.6.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

Graph Maven Plugin

This plugin creates customizable dependency graphs for Maven projects using Graphviz.

For example, this is a graph of the logging libraries used by this plugin:

Logging Dependencies

The Graphviz "dot" executable needs to be installed and in your path for the plugin to produce graphs

There are free, stable, and mature, executables for Linux, Mac, Solaris, and Windows at http://www.graphviz.org/

See http://site.kuali.org/maven/plugins/graph-maven-plugin/1.2.3/ for documentation and example graphs

Версии библиотеки

Версия
1.2.3
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0