PlantUML

Open-Source tool in Java to draw UML Diagram

Vote for this site!
PlantUML is a component that allows to quickly write :

Diagrams are defined using a simple and intuitive language.

Example: describes the following diagram :
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
@enduml

Back to top