Open-Source tool in Java to draw UML Diagram
Diagrams are defined using a simple and intuitive language.
@startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response @enduml
Back to top