digraph G { compound="true" rankdir="TB" bgcolor="white" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="deepskyblue4" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "clients" [fillcolor="deepskyblue2"]; "tools" [fillcolor="deepskyblue2"]; "core" [fillcolor="deepskyblue2"]; "streams" [fillcolor="deepskyblue2"]; "generator" [fillcolor="deepskyblue2"]; "jmh-benchmarks" [fillcolor="deepskyblue2"]; "examples" [fillcolor="deepskyblue2"]; "log4j-appender" [fillcolor="deepskyblue2"]; "connect" [fillcolor="deepskyblue2"]; "tools" -> "clients" [label=" 37 ", penwidth="1"]; "core" -> "clients" [label=" 2 ", penwidth="1"]; "streams" -> "clients" [label=" 284 ", penwidth="10"]; "streams" -> "connect" [label=" 1 ", penwidth="1"]; "jmh-benchmarks" -> "clients" [label=" 14 ", penwidth="1"]; "examples" -> "clients" [label=" 5 ", penwidth="1"]; "log4j-appender" -> "clients" [label=" 1 ", penwidth="1"]; "connect" -> "clients" [label=" 156 ", penwidth="5"]; "connect" -> "tools" [label=" 2 ", penwidth="1"]; }