Updated: 14 July 2026
Quick start
See https://plantuml.com/starting
- Go to https://plantuml.com/download and choose the GPL compiled jar.
- Launch the PlantUML GUI with
java -jar plantuml.jar -gui - With the GUI, navigate to a directory containing plantuml text files. The UML image files should be automatically created in the same directory.
Or without the GUI, watch a directory for changes and re-generate image files automatically
java -jar plantuml.jar -watch ./trading-uml