Skip to content

LavinMotwani/dependency-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to use:

  1. Run command mvn dependency:tree -DoutputType=json -DoutputFile=dependencies.json on your project to generate required input for this utility.
  2. Paste it in dependencies.json file.
  3. Run the utility using mvn plugin mvn javafx:run

#################################################################

Story Points (TBD)

As dependency analyser, this utility should be able to:

  1. Understand the dependency hierarchy & dependency tree.
  2. Based on dependency tree output - create different visual formats (like: dot, html)
  3. Highlight the conflicting dependencies.
  4. Show all the source dependencies of a selected dependency.
  5. Provide collapse/expand feature in html output format.
  6. Provide search option to check/search for a particular dependency.

Enhancements:

  1. Provide filter options to select type of dependencies to be listed (Eg: All, compile, compile+runtime, test).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages