graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "powertools-metrics" -- "powertools-logging" [label=" 3 ", penwidth="3", color="#00688b82"]; "powertools-core" -- "powertools-logging" [label=" 2 ", penwidth="2", color="#00688b70"]; "powertools-metrics" -- "powertools-core" [label=" 2 ", penwidth="2", color="#00688b70"]; "powertools-parameters" -- "powertools-validation" [label=" 2 ", penwidth="2", color="#00688b70"]; "powertools-cloudformation" -- "ROOT" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-logging" -- "powertools-sqs" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-logging" -- "powertools-tracing" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-validation" -- "powertools-sqs" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-validation" -- "powertools-logging" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-core" -- "powertools-sqs" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-metrics" -- "powertools-sqs" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-metrics" -- "powertools-validation" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-parameters" -- "powertools-logging" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-parameters" -- "powertools-metrics" [label=" 1 ", penwidth="1", color="#00688b5E"]; "example" -- "powertools-logging" [label=" 1 ", penwidth="1", color="#00688b5E"]; "example" -- "powertools-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-parameters" -- "powertools-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-parameters" -- "example" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-validation" -- "powertools-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "powertools-validation" -- "example" [label=" 1 ", penwidth="1", color="#00688b5E"]; }