The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system. This editor allows the user to create a basic UML.
- Download UML Editor from Github
- Compile UML-all.jar with the command
gradle build
Run using java -jar ./build/libs/UML-all.jar
Run using java -jar ./build/libs/UML-all.jar --cli
A user guide is provided with information on how to use the application.
For contribution information see our contributing guidelines.
Be sure to follow our Code of Conduct when contributing to the project
This project is under the MIT License.