DOC

com.github.ferstl : depgraph-maven-plugin

Maven & Gradle

Jul 27, 2022
495 stars

Depgraph 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.

Table Of Contents

Latest Version

Download com.github.ferstl : depgraph-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.ferstl : depgraph-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
4.0.x
3.3.x
3.2.x
3.1.x
3.0.x
2.2.x
2.1.x
2.0.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file depgraph-maven-plugin-3.3.2-javadoc.jar to depgraph-maven-plugin-3.3.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder depgraph-maven-plugin-3.3.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "depgraph-maven-plugin-3.3.2-sources.jar" -d "depgraph-maven-plugin-3.3.2-javadoc" -subpackages 

Advertisement