Skip to content

Releases: Draluy/DependencyGrapher

1581849312

15 Dec 08:40
0e66f1b
Compare
Choose a tag to compare

DependencyGrapher

How to install

  1. Install Graphviz: https://graphviz.org/download/
  2. Download the jar and run it: java -jar...

What it does

Will ask you to choose a folder.
Will statically parse all the java files in the folder, and create a dependency graph from the dependencies it finds.
The graph should be displayed in the browser automagically.

1579947510

14 Dec 21:20
Compare
Choose a tag to compare

DependencyGrapher

How to install

  1. Install Graphviz: https://graphviz.org/download/
  2. Download the jar and run it: java -jar...

What it does

Will ask you to choose a folder.
Will statically parse all the java files in the folder, and create a dependency graph from the dependencies it finds.
The graph should be displayed in the browser automagically.