Emacs, scripting and anything text oriented.

PlantUML version

Kaushal Modi

Finding PlantUML version.

<2022-02-22 Tue>
Add another method to get the PlantUML version, using version in the UML code.

Using PlantUML code #

@startuml
version
@enduml
Code Snippet 1: Print PlantUML version

Figure 1: PlantUML Version Output

Figure 1: PlantUML Version Output

From the command line #

java -jar /path/to/plantuml.jar -version

That will give an output like:

PlantUML version 1.2022.1 (Tue Feb 01 13:19:58 EST 2022)
(GPL source distribution)
Java Runtime: OpenJDK Runtime Environment
JVM: OpenJDK 64-Bit Server VM
Default Encoding: UTF-8
Language: en
Country: US

PLANTUML_LIMIT_SIZE: 4096

Dot version: dot - graphviz version 2.30.1 (20180420.1509)
Installation seems OK. File generation OK

Reference #

PlantUML FAQ


Versions used: plantuml 1.2022.1