2017-12-13 21:17:55 +00:00
PlantUML
2013-12-10 19:21:57 +00:00
========
2021-08-31 12:29:03 +00:00
2022-01-06 10:05:21 +00:00
[![GitHub Sponsors ](https://img.shields.io/github/sponsors/plantuml?logo=github )](https://github.com/sponsors/plantuml/)
2021-11-15 14:55:00 +00:00
[![GitHub Org's stars ](https://img.shields.io/github/stars/plantuml )](https://github.com/plantuml/plantuml/stargazers/)
[![GitHub watchers ](https://img.shields.io/github/watchers/plantuml/plantuml )](https://github.com/plantuml/plantuml/watchers/)
2021-11-18 17:21:29 +00:00
[![GitHub contributors ](https://img.shields.io/github/contributors-anon/plantuml/plantuml?color=blue )](https://github.com/plantuml/plantuml/graphs/contributors)
2021-11-15 14:56:33 +00:00
[![GitHub forks ](https://img.shields.io/github/forks/plantuml/plantuml )](https://github.com/plantuml/plantuml/network/)
2021-11-18 17:21:29 +00:00
[![GitHub all releases ](https://img.shields.io/sourceforge/dt/plantuml?color=blue )](https://github.com/plantuml/plantuml/releases)
2021-11-15 14:55:00 +00:00
2022-01-25 09:35:42 +00:00
[![online ](https://img.shields.io/endpoint?url=https://www.plantuml.com/plantuml/badge )](https://www.plantuml.com/plantuml)
[![rate ](https://img.shields.io/endpoint?url=https://www.plantuml.com/plantuml/rate )](https://www.plantuml.com/plantuml)
[![peak ](https://img.shields.io/endpoint?url=https://www.plantuml.com/plantuml/rate?peak )](https://www.plantuml.com/plantuml)
2021-11-17 22:50:12 +00:00
2021-11-14 09:09:03 +00:00
[![Release (latest by date) ](https://img.shields.io/github/v/release/plantuml/plantuml )](https://github.com/plantuml/plantuml/releases/latest)
2021-11-18 17:21:29 +00:00
[![Release Date ](https://img.shields.io/github/release-date/plantuml/plantuml?color=blue )](https://github.com/plantuml/plantuml/releases/latest)
2021-11-14 11:01:35 +00:00
[![GitHub commits since latest release (by date) ](https://img.shields.io/github/commits-since/plantuml/plantuml/latest )](https://github.com/plantuml/plantuml/commits/)
2021-11-18 17:21:29 +00:00
[![Pre-release (latest by date) ](https://img.shields.io/github/v/release/plantuml/plantuml?color=chocolate&include_prereleases )](https://github.com/plantuml/plantuml/releases/tag/snapshot)
[![Pre-release Date ](https://img.shields.io/github/release-date-pre/plantuml/plantuml?color=chocolate )](https://github.com/plantuml/plantuml/releases/tag/snapshot)
[![GitHub last commit ](https://img.shields.io/github/last-commit/plantuml/plantuml?color=chocolate )](https://github.com/plantuml/plantuml/commits/)
[![CI ](https://github.com/plantuml/plantuml/actions/workflows/ci.yml/badge.svg?color=chocolate )](https://github.com/plantuml/plantuml/actions/workflows/ci.yml)
2021-11-12 16:15:38 +00:00
2013-12-10 19:21:57 +00:00
Generate UML diagram from textual description
2013-12-11 18:24:18 +00:00
2021-12-14 10:54:02 +00:00
[PlantUML is **not** affected by the log4j vulnerability. ](https://github.com/plantuml/plantuml/issues/826 )
2021-08-29 19:56:48 +00:00
PlantUML is a component that allows to quickly write:
2013-12-11 18:24:18 +00:00
2017-02-26 16:26:11 +00:00
* [Sequence diagram ](http://plantuml.com/sequence-diagram ),
* [Use case diagram ](http://plantuml.com/use-case-diagram ),
* [Class diagram ](http://plantuml.com/class-diagram ),
* [Object diagram ](http://plantuml.com/object-diagram ),
2021-08-29 19:56:48 +00:00
* [Activity diagram ](http://plantuml.com/activity-diagram-beta ) (here is [the legacy syntax ](http://plantuml.com/activity-diagram-legacy )),
* [Component diagram ](http://plantuml.com/component-diagram ),
2017-02-26 16:26:11 +00:00
* [Deployment diagram ](http://plantuml.com/deployment-diagram ),
2021-08-29 19:56:48 +00:00
* [State diagram ](http://plantuml.com/state-diagram ),
* [Timing diagram ](http://plantuml.com/timing-diagram ).
2017-08-30 15:08:09 +00:00
2021-08-29 19:56:48 +00:00
The following non-UML diagrams are also supported:
* [JSON data ](http://plantuml.com/json )
* [YAML data ](http://plantuml.com/yaml )
* [Network diagram (nwdiag) ](http://plantuml.com/nwdiag )
* [Wireframe graphical interface or UI mockups (salt) ](http://plantuml.com/salt )
* [Archimate diagram ](http://plantuml.com/archimate-diagram )
* [Specification and Description Language (SDL) ](http://plantuml.com/activity-diagram-beta#sdl )
* [Ditaa diagram ](http://plantuml.com/ditaa )
* [Gantt diagram ](http://plantuml.com/gantt-diagram )
* [MindMap diagram ](http://plantuml.com/mindmap-diagram )
* [Work Breakdown Structure diagram (WBS) ](http://plantuml.com/wbs-diagram )
* [Mathematic with AsciiMath or JLaTeXMath notation ](http://plantuml.com/ascii-math )
* [Entity Relationship diagram (IE/ER) ](http://plantuml.com/ie-diagram )
2017-08-30 15:08:09 +00:00
Furthermore:
* [Hyperlinks and tooltips ](http://plantuml.com/link )
* [Creole ](http://plantuml.com/creole ): rich text, emoticons, unicode, icons
* [OpenIconic icons ](http://plantuml.com/openiconic )
* [Sprite icons ](http://plantuml.com/sprite )
* [AsciiMath mathematical expressions ](http://plantuml.com/ascii-math )
2013-12-11 18:24:18 +00:00
2021-09-17 15:30:09 +00:00
To know more about PlantUML, please visit https://plantuml.com/