Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 849 Bytes

File metadata and controls

23 lines (15 loc) · 849 Bytes

Library Usage

How external libraries and frameworks are used

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.

Data Tables

Dependency usage

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.