what`s the difference between common version and Version without embedded GraphViz

0 votes
asked Jul 3, 2021 in Question / help by GraphViz
what`s the difference between common version and Version without embedded GraphViz

1 Answer

0 votes
answered Jul 3, 2021 by The-Lu (64,760 points)

Hello G.,

First: The differences are the the content, and the size...

Then: It depends of the usage... ; You can use:

jarUsage
plantuml.jar
  1. If GraphViz is not already installed on your system.
  2. Or if you will test all cases... and compare the different outputs...
plantuml-nodot.jar
  1. If GraphViz is already installed on your system.
  2. If you want to use instead the internal layout (Smetana or ELK) to produce the diagram which normally use Graphviz (e.g. usecase diagramsclass diagramsobject diagramscomponent diagramsdeployment diagramstate diagrams and Legacy activity diagrams)

  3. Or if you want only produce diagram which does not use Graphviz (the other diagram types)

See doc. here:


If that can help,
Regards,
Th.

...