Structurizr for Java
Structurizr for Java consists of two artifacts, both of which are available on Maven Central:
structurizr-core
: The core library for creating a workspace with Java code.structurizr-client
: JSON serialisation/deserialisation utilities, and clients for the cloud service/on-premises workspace/admin APIs.
Links
Related projects
- structurizr-dsl: A text-based DSL wrapper around Structurizr for Java.
- structurizr-component: Facilities to discover components in a Java codebase.
- structurizr-import: Utilities to import diagrams and documentation into a Structurizr workspace.
- structurizr-export: Export models and views to external formats (e.g. PlantUML, Mermaid, etc).
- structurizr-autolayout: Apply Graphviz automatic layout to views.
- structurizr-examples: Examples of how to use the Structurizr for Java library.