Visual graph of all dependencies modeled by Maven Central

A previous stack overflow question showed that you can plot all the modules in a managed Maven project.

I am wondering if anyone made and published an authoritative visual representation of all the dependencies managed by Maven Central?

+3
source share
1 answer

There is a tool that can help achieve your goal, it is called Pom Explorer .

You can find the site here: github.com/ltearno/pom-explorer

maven. , 4000 pom.xml 4 . pom- :

  • ( GAV, GAV, ),
  • (pom explorer , , bom),
  • ( pom-, , , ),
  • build (pom explorer pom- , , ! ),
  • ( CSV GRAPHML),
  • (pom explorer ).

, , ! , !

+2

All Articles