# plantuml **Repository Path**: mirrors_jgraph/plantuml ## Basic Information - **Project Name**: plantuml - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ***diagrams.net build of PlantUML*** Strips out eggs, games, licensing, GPL licensed code, etc. Build of server version found under [server repo packages section](https://github.com/jgraph/plantuml/packages). ***diagrams.net specific changes:*** Start by merging with base repository, fix conflicting changes, check dependencies for vulnerabilities (and update as needed), then test the build with maven. It is recommended to build using Java 11 now. Change you Java version to 11 before running the build. Test the code using `mvn clean package` which run plantuml test suite as well as build the project. In order to deploy our custom PlantUML jars to Github, change the version in build.xml (in `mvn_windows` and `mvn_unix` targets). Then build using ant `ant mvn-deploy-jar`. Finally in PlantUML Server & PlantUML Serverless repositories, change the dependency version to match the new version (in `pom.xml` find `plantuml.version` property) Original README =============== PlantUML ======== [![Discord server](https://img.shields.io/discord/1083727021328306236?color=5865F2&logo=discord&logoColor=white)](https://discord.gg/sXhzexAQGh) [![GitHub Sponsors](https://img.shields.io/github/sponsors/plantuml?logo=github)](https://github.com/sponsors/plantuml/) [![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/) [![GitHub contributors](https://img.shields.io/github/contributors-anon/plantuml/plantuml?color=blue)](https://github.com/plantuml/plantuml/graphs/contributors) [![GitHub forks](https://img.shields.io/github/forks/plantuml/plantuml)](https://github.com/plantuml/plantuml/network/) [![GitHub all releases](https://img.shields.io/sourceforge/dt/plantuml?color=blue)](https://github.com/plantuml/plantuml/releases) [![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) [![Release (latest by date)](https://img.shields.io/github/v/release/plantuml/plantuml)](https://github.com/plantuml/plantuml/releases/latest) [![Release Date](https://img.shields.io/github/release-date/plantuml/plantuml?color=blue)](https://github.com/plantuml/plantuml/releases/latest) [![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/plantuml/plantuml/latest)](https://github.com/plantuml/plantuml/commits/) [![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) Generate UML diagram from textual description [PlantUML is **not** affected by the log4j vulnerability.](https://github.com/plantuml/plantuml/issues/826) PlantUML is a component that allows to quickly write: * [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), * [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), * [Deployment diagram](http://plantuml.com/deployment-diagram), * [State diagram](http://plantuml.com/state-diagram), * [Timing diagram](http://plantuml.com/timing-diagram). The following non-UML diagrams are also supported: * [JSON data](http://plantuml.com/json) * [YAML data](http://plantuml.com/yaml) * [Extended Backus-Naur Form (EBNF) diagram](http://plantuml.com/ebnf) * [Regular Expression (regex) diagram](http://plantuml.com/regex) * [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) 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) To know more about PlantUML, please visit https://plantuml.com/