Logical Decomposition #1: PRIMARY
The decompositions is based on the folder structure at level 1 (relative to the source code root).
Component Sizes (Lines of Code)
The "primary" logical decomposition has 13 components.
- 157 files, 12,454 LOC (3.8% vs. main code).
- "anthropic-java-core" is biggest, containing 61.09% of LOC.
- "ROOT" is smallest, containing 0.21% of LOC.
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
- Analyzed system has 7 links (arrows) between components.
- The number on the arrow represents the number of files from referring component that depend on files in referred component.
- These 7 links contain 9 dependencies.
flowchart TB
n0["anthropic-java-vertex"]
n1["ROOT"]
n2["anthropic-java-core"]
n3["anthropic-java-aws"]
n4["anthropic-java-example"]
n5["anthropic-java-foundry"]
n6["gradle"]
n7["anthropic-java-mcp"]
n8["anthropic-java-ecosystem-test"]
n9["anthropic-java-bedrock"]
n10["anthropic-java"]
n11["anthropic-java-client-okhttp"]
n12["buildSrc"]
n3 -->|"2"| n2
n9 -->|"2"| n2
n0 -->|"1"| n2
n5 -->|"1"| n2
n7 -->|"1"| n2
n9 -->|"1"| n3
n11 -->|"1"| n2
classDef default fill:#808080,stroke:#ffffff,color:#000000;
classDef highlighted fill:#00b2ee,stroke:#ffffff,color:#000000;
class n0,n1,n2,n3,n4,n5,n6,n7,n8,n9,n10,n11,n12 highlighted;
linkStyle 0 stroke:#00688b70,stroke-width:2px
linkStyle 1 stroke:#00688b70,stroke-width:2px
linkStyle 2 stroke:#00688b5E,stroke-width:1px
linkStyle 3 stroke:#00688b5E,stroke-width:1px
linkStyle 4 stroke:#00688b5E,stroke-width:1px
linkStyle 5 stroke:#00688b5E,stroke-width:1px
linkStyle 6 stroke:#00688b5E,stroke-width:1px
Download:
Mermaid (.mmd)
(open online Mermaid editor)
Open 2D force graph...
Open 3D force graph...
Show more details about dependencies...
| From Component --> To Component |
From Component (files with dependencies) |
Details |
|---|---|---|
| anthropic-java-aws   --> anthropic-java-core |
|
2 source files |
| anthropic-java-bedrock   --> anthropic-java-core |
|
2 source files |
| anthropic-java-vertex   --> anthropic-java-core |
|
1 source file |
| anthropic-java-foundry   --> anthropic-java-core |
|
1 source file |
| anthropic-java-mcp   --> anthropic-java-core |
|
1 source file |
| anthropic-java-bedrock   --> anthropic-java-aws |
|
1 source file |
| anthropic-java-client-okhttp   --> anthropic-java-core |
|
1 source file |