java/docs/binaries.md at master · JavaMasterEMC/java

The "Structurizr for Java" binaries are hosted on Maven Central and the dependencies for use with Maven, Ivy, Gradle, etc are as follows.

Name Description
com.structurizr:structurizr-core:1.0.0-RC5 The core library that can used to create software architecture models.
com.structurizr:structurizr-client:1.0.0-RC5 The API client for publishing models on the Structurizr cloud service and on-premises installation.
com.structurizr:structurizr-analysis:1.0.0-RC5 Provides analysis capabilities, using reflection on compiled bytecode to find components.
com.structurizr:structurizr-spring:1.0.0-RC5 Extends structurizr-analysis to help find Spring components that correspond to Java types annotated @Controller, @RestController, @Component, @Service and @Repository, plus those that extend JpaRepository.
com.structurizr:structurizr-annotations:1.0.0-RC5 A very small, standalone, library that allows you to add software architecture hints into your own code.
com.structurizr:structurizr-plantuml:1.0.0-RC5 Provides the ability to export view definitions to PlantUML diagram definitions.
com.structurizr:structurizr-dot:1.0.0-RC5 Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz.
com.structurizr:structurizr-websequencediagrams:1.0.0-RC5 Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions.