Skip to content

Commit

Permalink
Tweaked some wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Mar 24, 2017
1 parent 83c4eca commit b6c1392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ The dependencies for use with Maven, Ivy, Gradle, etc are as follows.
Name | Description
------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------
com.structurizr:structurizr-core:1.0.0-RC3 | The core library that can used to create and upload models to Structurizr.
com.structurizr:structurizr-spring:1.0.0-RC3 | The Spring integration to extract classes annotated @Controller, @Service and @Repository for identification as components.
com.structurizr:structurizr-spring:1.0.0-RC3 | The Spring integration to extract classes annotated ```@Controller```, ```@RestController```, ```@Component```, ```@Service``` and ```@Repository```, plus classes that extend ```JpaRepository```.
com.structurizr:structurizr-annotations:1.0.0-RC3 | Annotations to add software architecture hints into your own code.
com.structurizr:structurizr-dot:1.0.0-RC3 | Export the Structurizr views to a DOT file, for use with graphviz.

0 comments on commit b6c1392

Please sign in to comment.