Reputation: 858
I have a Java framework that has a bunch of dependencies to libraries/projects (around 10). I want to illustrate these dependencies using some UML diagram, but in my inexperience with UML it seems to me that none of the structural diagrams fit for this purpose. What would be the best way to illustrate these dependencies using UML or an alternative?
Upvotes: 2
Views: 231
Reputation: 73376
You may use for this purpose a component diagram:
Another alternative could be to use a package diagram:
Upvotes: 3