Add related tools

This commit is contained in:
Diomidis Spinellis 2023-06-13 15:23:31 +03:00 committed by GitHub
parent 606976778e
commit a4fa650471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,5 @@
# UMLGraph - Declarative Drawing of UML Diagrams # UMLGraph - Declarative Drawing of UML Diagrams
[![Build Status](https://travis-ci.org/dspinellis/UMLGraph.svg?branch=master)](https://travis-ci.org/dspinellis/UMLGraph)
*UMLGraph* allows the declarative specification and drawing of UML diagrams. *UMLGraph* allows the declarative specification and drawing of UML diagrams.
You can browse the system's documentation You can browse the system's documentation
through [this link](http://www.spinellis.gr/umlgraph/doc/index.html), through [this link](http://www.spinellis.gr/umlgraph/doc/index.html),
@ -64,3 +62,6 @@ javadoc {
**Jar download**: <https://jitpack.io/com/github/dspinellis/UMLGraph/master-SNAPSHOT/UMLGraph-master-SNAPSHOT.jar> **Jar download**: <https://jitpack.io/com/github/dspinellis/UMLGraph/master-SNAPSHOT/UMLGraph-master-SNAPSHOT.jar>
## See also
* [Mermaid diagramming and charting tool](https://mermaid.js.org/) (JavaScript-based; easier syntax, good Markdown integration; interactive diagrams)
* [PlantUML](https://plantuml.com/) (Java-based; supports IDEs and more diagram types)