Generate diagrams from textual description
Go to file
PlantUML 81e7e76c50
Merge pull request #1742 from The-Lum/Evol
feat: add new JSON builtin functions (`%str2json`, `%json_add` and `%json_remove`)
2024-04-16 14:20:30 +02:00
.github fix: emergency change to be compatible with `actions/labeler` v5 2024-02-13 13:11:30 +01:00
docs docs: add "PlantUML package and PlantUML on the GNU/Linux distribution" page 2024-02-17 15:14:56 +01:00
gradle/wrapper java-20, update to gradle-8.2. 2023-07-08 22:58:42 +02:00
plantuml-asl chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
plantuml-bsd chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
plantuml-epl chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
plantuml-gplv2 chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
plantuml-lgpl chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
plantuml-mit chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
skin feat: several gantt improvement 2023-11-27 18:41:15 +01:00
src Merge pull request #1742 from The-Lum/Evol 2024-04-16 14:20:30 +02:00
stdlib chore: version 1.2024.3 2024-02-15 20:43:50 +01:00
svg fix #1713 2024-04-09 14:12:21 +02:00
test Merge pull request #1742 from The-Lum/Evol 2024-04-16 14:20:30 +02:00
themes fix json and yaml 2024-04-08 15:27:16 +03:00
tools Added script that batch converts SVG and/or PNG files to PlantUml sprites. It was used to generate the Material Sprites from https://github.com/plantuml/plantuml-stdlib/pull/1 2017-12-09 00:38:51 +01:00
.dockerignore Add .dockerignore 2022-09-24 23:01:19 +04:00
.editorconfig Add Dockerfile to .editorconfig 2022-09-24 22:51:28 +04:00
.gitattributes chore: better End Of Line management 2023-11-19 11:15:28 +01:00
.gitignore tests: fix stdlib test 2024-02-21 22:23:31 +01:00
BUILDING.md docs: fix links _(due to emoji)_ 2024-02-13 14:19:22 +01:00
CITATION.cff docs: create `CITATION.cff` [no CI] 2023-09-05 13:22:23 +02:00
CONTRIBUTING.md docs: explain how to contribute 2023-03-13 19:25:54 +01:00
CONVENTIONAL_COMMIT.md docs: explain how to contribute 2023-03-13 19:25:54 +01:00
COPYING Add GPLv3 License 2014-11-27 09:59:33 +01:00
Dockerfile 1252: Use eclipse-temurin:17-jre-jammy and generate both amd64 and 2023-01-12 21:09:13 -08:00
README.md feat: Improve `Chen diagram` management 2024-04-10 13:15:06 +00:00
SECURITY.md Create SECURITY.md 2022-01-21 17:26:43 +01:00
attic.md refactor: remove dead code 2023-11-11 20:23:35 +01:00
build.gradle.kts chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 2024-02-13 16:51:50 +00:00
build.xml chore: add ANT build script 2023-09-21 18:39:48 +02:00
gradle.properties refactor: enhance external process handling using ProcessBuilder 2024-04-14 10:50:33 +02:00
gradlew add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
gradlew.bat add basic gradle files to allow conversion to gradle in future, #47 2022-01-06 03:13:46 +01:00
license.txt Fixed some typos in the license text 2021-09-13 15:04:06 +05:30
manifest.txt Missing manifest file needed for PDF 2021-11-17 18:58:15 +01:00
settings.gradle.kts chore: restore GPL v2 version 2023-10-04 19:47:57 +02:00
sjpp.jar Add license headers to generated codebases 2023-08-01 13:26:08 +02:00

README.md

🌱 PlantUML

Generate UML diagrams from textual descriptions.

Discord server GitHub Sponsors GitHub Org's stars GitHub watchers GitHub contributors GitHub forks GitHub all releases

online rate peak

Release (latest by date) Release Date GitHub commits since latest release (by date) javadoc

Pre-release (latest by date) Pre-release Date GitHub last commit CI snapshot javadoc

[!IMPORTANT] PlantUML is not affected by the log4j vulnerability.

About

PlantUML is a component that allows you to create various UML diagrams through simple textual descriptions. From sequence diagrams to deployment diagrams and beyond, PlantUML provides an easy way to create visual representations of complex systems.

🗃️ Supported Diagram Types

📣 Additional Features

📖 Learn More

For a more detailed overview, visit PlantUML Official Website.

🚀 Getting Started

Whether you're looking to use PlantUML as a standalone application or as a component in your own project, getting started is simple. Check out the official PlantUML setup guide for instructions on how to set up PlantUML on your system.

⚙️ Building from Source

To build PlantUML from source, you'll need to have certain prerequisites installed and follow a series of steps outlined in our build guide. Find detailed instructions in our BUILDING.md file.

🧱 Contributing

PlantUML is an open-source project, and we welcome contributions of all kinds. Whether you're helping us fix bugs, improve the docs, or spread the word, we appreciate your support. See our contributing guide for more information on how to get started.

For comprehensive and detailed documentation on using PlantUML, refer to the official Javadoc, available here. Please note that this documentation is a work in progress and may not be complete.

🧑‍🤝‍🧑 Support and Community

📃 License

PlantUML is licensed under several licenses; you can choose the one that suits you best:

For more information, please refer to the PlantUML license FAQ to help determine which license is appropriate for your use case.