Skip to content

Commit 5a897ce

Browse files
excalibotMrazator
andauthored
feat: new library UML Deployment diagram (#1780)
Co-authored-by: Marcel Mraz <marcel@excalidraw.com>
1 parent 67d4765 commit 5a897ce

3 files changed

Lines changed: 2095 additions & 0 deletions

File tree

libraries.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6984,6 +6984,33 @@
69846984
"Medium Chicken"
69856985
]
69866986
},
6987+
{
6988+
"name": "UML Deployment diagram",
6989+
"description": "Deployment diagram is a structure diagram which shows architecture of the system as deployment (distribution) of software artifacts to deployment targets.",
6990+
"authors": [
6991+
{
6992+
"name": "Jordan Geurtsen",
6993+
"github": "https://github.com/JordanGeurtsen",
6994+
"twitter": "",
6995+
"url": "https://github.com/JordanGeurtsen"
6996+
}
6997+
],
6998+
"source": "jordangeurtsen/uml-deployment-diagram.excalidrawlib",
6999+
"preview": "jordangeurtsen/uml-deployment-diagram.jpg",
7000+
"created": "2025-03-18",
7001+
"updated": "2025-03-18",
7002+
"version": 2,
7003+
"itemNames": [
7004+
"Deployment pane",
7005+
"Scheme icon",
7006+
"Artifact icon",
7007+
"Scheme icon",
7008+
"Artifact icon",
7009+
"Operating system",
7010+
"Execution environment",
7011+
"Exposed interface"
7012+
]
7013+
},
69877014
{
69887015
"name": "UML Component Diagram",
69897016
"description": "Different UML components used for making a component diagram. \r\nComponent diagram shows components, provided and required interfaces, ports, and relationships between them. \r\nThis type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA).\r\nComponent-based development is based on assumptions that previously constructed components could be reused and that components could be replaced by some other \"equivalent\" or \"conformant\" components, if needed.",

0 commit comments

Comments
 (0)