PlantUML version
— Kaushal ModiFinding PlantUML version.
Table of Contents
- Add another method to get the PlantUML version, using
version
in the UML code.
Using PlantUML code #
@startuml
version
@enduml
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