Project

General

Profile

Plantuml » History » Version 9

Vyacheslav Mukhortov, 2024-09-20 00:56

1 1 Evgeniy Pavlovskiy
h1. Plantuml
2
3
{{plantuml(png)
4
  Bob -> Alice : hello
5 8 Vyacheslav Mukhortov
}}
6
7
{{plantuml(png)
8 9 Vyacheslav Mukhortov
testdot
9
}}
10
11
{{plantuml(png)
12 8 Vyacheslav Mukhortov
  Class01 <|-- Class02
13
  Class03 *-- Class04
14
  Class05 o-- Class06
15
  Class07 .. Class08
16
  Class09 -- Class10
17 2 Vyacheslav Mukhortov
}}