-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathDependency.json
More file actions
18 lines (18 loc) · 824 Bytes
/
Dependency.json
File metadata and controls
18 lines (18 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"title": "Dependency",
"subtext": "A required software library or component that other software relies on",
"categories": ["Software Development", "Software Architecture"],
"author": "Rilwan",
"description": {
"title": "Dependency",
"texts": [
"A dependency, also known as a package, is a collection of code functions or modules packaged as a single unit of code.",
"These dependencies often consist of multiple lines of code designed to perform repetitive or complex tasks efficiently.",
"This packaged code can be installed and used by developers to achieve specific results. For example, `Express` in JavaScript and `Pillow` in Python."
],
"image": "",
"references": [
"https://phoenixnap.com/blog/software-dependencies"
]
}
}