Patterns of how external libraries are used throughout the codebase. Shows which classes are commonly imported from each library and typical usage patterns. Use this to use libraries consistently with existing code.
File: dependency-usage.csv
External library dependencies and how they are used in the codebase.
| Column | Description |
|---|---|
| Library | The GAV coordinates of the library. |
| Top-level package | The top-level package of the library. |
| Usage pattern | How the library is typically used. |
| Common classes | Commonly used classes from this library. |
| Import count | Number of files that use this library. |
| Example usage | An example of how this library is used. |