jawira / plantuml
Provides PlantUML executable and plantuml.jar
Installs: 252 135
Dependents: 8
Suggesters: 4
Security: 0
Stars: 20
Watchers: 5
Forks: 1
Open Issues: 0
- dev-master
- v1.2024.7
- v1.2024.6
- v1.2024.5
- v1.2024.4
- v1.2024.3
- v1.2024.1
- v1.2024.0
- v1.2023.13
- v1.2023.12
- v1.2023.11
- v1.2023.10
- v1.2023.7
- v1.2023.6
- v1.2023.5
- v1.2023.4
- v1.2023.2
- v1.2023.1
- v1.2023.0
- v1.2022.14
- v1.2022.13
- v1.2022.12
- v1.2022.8
- v1.2022.7
- v1.2022.6
- v1.2022.5
- v1.2022.4
- v1.2022.3
- v1.2022.2
- v1.2022.1
- v1.2022.0
- v1.2021.17beta3
- v1.2021.16
- v1.2021.15
- v1.2021.14
- v1.62.0
- v1.61.0
- v1.60.0
- v1.59.0
- v1.58.0
- v1.57.0
- v1.56.0
- v1.55.0
- v1.54.0
- v1.53.0
- v1.52.0
- v1.51.0
- v1.50.0
- v1.49.0
- v1.48.0
- v1.47.0
- v1.46.0
- v1.45.0
- v1.44.0
- v1.43.0
- v1.42.0
- v1.41.0
- v1.40.0
- v1.39.0
- v1.38.0
- v1.37.0
- v1.36.0
- v1.35.0
- v1.34.0
- v1.33.0
- v1.32.0
- v1.31.0
- v1.30.0
- v1.29.0
- v1.28.0
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.0
- v1.22.3
- v1.22.2
- v1.22.1
- v1.22.0
- v1.21.0
- v1.20.0
- v1.19.0
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.0
- 1.12.0
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.2
- v1.8.1
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- v0.1.1
- v0.1.0
- v0.0.2
- v0.0.1
- v0.0.0
This package is auto-updated.
Last update: 2024-10-13 13:16:12 UTC
README
Provides PlantUML integration: plantuml executable and plantuml.jar.
PlantUML Version 1.2024.7
Usage
Check that PlantUML is working correctly:
$ vendor/bin/plantuml -version
To generate a diagram:
$ vendor/bin/plantuml /path/to/file.puml
By default png image is created in same location as puml file.
You also get access to plantuml.jar:
$ java -jar ./vendor/jawira/plantuml/bin/plantuml.jar -version
Install
Install using Composer:
$ composer require jawira/plantuml
Requirements
PlantUML needs Java Runtime installed (see http://plantuml.com/starting).
On Ubuntu 18.04 you can run:
$ sudo apt-get install -y openjdk-11-jre
Checksum
PlantUML Version 1.2024.7
File: bin/plantuml.jar
Packages from jawira
- jawira/plantuml-encoding
- PlantUML encoding functions.
- jawira/plantuml-client
- Convert PlantUML diagrams into images (svg, png, ...).
- more...