The software world
Dependency
Outside code your project relies on — someone else's work you build on instead of writing everything yourself. A recipe depends on store-bought flour; your project depends on ready-made pieces. Most software is mostly dependencies.
Why it matters
Part of Software words you'll hear → When a project "installs dependencies," it's downloading those building blocks so the code can run.
see also