License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.ferstl |
ArtifactId | ArtifactIddepgraph-maven-plugin |
Last Version | Last Version4.0.1 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionDepgraph Maven Plugin
This Maven plugin generates dependency graphs on single modules or in an aggregated form
on multi-module projects. The graphs are represented by .dot files. In case that Graphviz
is installed on the machine where this plugin is run, the .dot file can be directly converted
into all supported image files.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
depgraph-maven-plugin-4.0.1.pom | |
depgraph-maven-plugin-4.0.1.jar | 48 KB |
depgraph-maven-plugin-4.0.1-sources.jar | 27 KB |
depgraph-maven-plugin-4.0.1-javadoc.jar | 102 KB |
Browse |
<plugin>
<groupId>com.github.ferstl</groupId>
<artifactId>depgraph-maven-plugin</artifactId>
<version>4.0.1</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
com.google.guava : guava | jar | 29.0-jre |
org.apache.maven : maven-plugin-api | jar | 3.6.3 |
org.apache.maven.shared : maven-common-artifact-filters | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
org.apache.maven : maven-core | jar | 3.6.3 |
org.apache.maven : maven-compat | jar | 3.6.3 |
Group / Artifact | Type | Version |
---|---|---|
io.takari.maven.plugins : takari-plugin-integration-testing | pom | 2.9.2 |
io.takari.maven.plugins : takari-plugin-testing | jar | 2.9.2 |
junit : junit | jar | 4.12 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.junit.jupiter : junit-jupiter | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.mockito : mockito-core | jar | 3.4.6 |