mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
Generate diagrams from textual description
8479cf0898
the manifest classpath is to accomodate running it with pdf or not. mvn can build via a profile. when building a binary without pdf, the dependencies could be added later, and plantuml would know it anyway as they are listed in the manifest. the gradle way would be to use variant aware builds, predominatntly this is used for android builds. multi-release builds are not something for plantuml: * https://developer.android.com/studio/build/build-variants * https://docs.gradle.org/current/userguide/variant_model.html * https://blog.gradle.org/mrjars |
||
---|---|---|
.github | ||
docs | ||
gradle/wrapper | ||
skin | ||
src | ||
stdlib | ||
svg | ||
test | ||
themes | ||
tools | ||
.editorconfig | ||
.gitignore | ||
build.gradle.kts | ||
build.xml | ||
COPYING | ||
gradlew | ||
gradlew.bat | ||
license.txt | ||
manifest.txt | ||
pom.xml | ||
README.md | ||
settings.gradle.kts |
PlantUML
Generate UML diagram from textual description
PlantUML is not affected by the log4j vulnerability.
PlantUML is a component that allows to quickly write:
- Sequence diagram,
- Use case diagram,
- Class diagram,
- Object diagram,
- Activity diagram (here is the legacy syntax),
- Component diagram,
- Deployment diagram,
- State diagram,
- Timing diagram.
The following non-UML diagrams are also supported:
- JSON data
- YAML data
- Network diagram (nwdiag)
- Wireframe graphical interface or UI mockups (salt)
- Archimate diagram
- Specification and Description Language (SDL)
- Ditaa diagram
- Gantt diagram
- MindMap diagram
- Work Breakdown Structure diagram (WBS)
- Mathematic with AsciiMath or JLaTeXMath notation
- Entity Relationship diagram (IE/ER)
Furthermore:
- Hyperlinks and tooltips
- Creole: rich text, emoticons, unicode, icons
- OpenIconic icons
- Sprite icons
- AsciiMath mathematical expressions
To know more about PlantUML, please visit https://plantuml.com/