<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=PlantUML</id>
	<title>PlantUML - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://entorb.net//wiki/index.php?action=history&amp;feed=atom&amp;title=PlantUML"/>
	<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=PlantUML&amp;action=history"/>
	<updated>2026-05-06T10:25:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://entorb.net//wiki/index.php?title=PlantUML&amp;diff=4947&amp;oldid=prev</id>
		<title>Torben at 21:01, 30 October 2024</title>
		<link rel="alternate" type="text/html" href="https://entorb.net//wiki/index.php?title=PlantUML&amp;diff=4947&amp;oldid=prev"/>
		<updated>2024-10-30T21:01:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Software]][[Category:Coding]]&lt;br /&gt;
==Install==&lt;br /&gt;
===MacOS===&lt;br /&gt;
 brew install --cask temurin&lt;br /&gt;
 brew install graphviz&lt;br /&gt;
&lt;br /&gt;
==Documentation==&lt;br /&gt;
* https://plantuml.com/en-dark/component-diagram&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
 @startuml example1&lt;br /&gt;
 &lt;br /&gt;
 [Component A] as A&lt;br /&gt;
 [Component B] as B&lt;br /&gt;
 [Component C] as C&lt;br /&gt;
 [Component D] as D&lt;br /&gt;
 [Component E] as E&lt;br /&gt;
 &lt;br /&gt;
 &amp;#039; - is horizontal&lt;br /&gt;
 &amp;#039; -- is vertical&lt;br /&gt;
 A-B&lt;br /&gt;
 C--E&lt;br /&gt;
 &amp;#039; &amp;gt; is arrow&lt;br /&gt;
 A--&amp;gt;D&lt;br /&gt;
 &amp;#039; . is dashed line&lt;br /&gt;
 B.C&lt;br /&gt;
 &amp;#039; text on arrow&lt;br /&gt;
 B.&amp;gt;D : html&lt;br /&gt;
 &lt;br /&gt;
 note left of D : note 1&lt;br /&gt;
 &lt;br /&gt;
 note right of D&lt;br /&gt;
 multi line&lt;br /&gt;
 note&lt;br /&gt;
 end note&lt;br /&gt;
 &lt;br /&gt;
 @enduml&lt;/div&gt;</summary>
		<author><name>Torben</name></author>
	</entry>
</feed>