digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "ch-commons-locale" [fillcolor="deepskyblue2"]; "ch-commons-xbean" [fillcolor="deepskyblue2"]; "ch-commons-ssl" [fillcolor="deepskyblue2"]; "ch-commons-rfs" [fillcolor="deepskyblue2"]; "ch-commons-charset" [fillcolor="deepskyblue2"]; "ch-sxmp" [fillcolor="deepskyblue2"]; "ch-commons-sql" [fillcolor="deepskyblue2"]; "ch-jetty" [fillcolor="deepskyblue2"]; "ch-httpclient-util" [fillcolor="deepskyblue2"]; "ch-commons-util" [fillcolor="deepskyblue2"]; "ch-commons-io" [fillcolor="deepskyblue2"]; "ch-commons-gsm" [fillcolor="deepskyblue2"]; "ch-commons-xbean" -> "ch-commons-util" [label=" 8 ", penwidth="8", color="#00688bDB"]; "ch-commons-rfs" -> "ch-commons-util" [label=" 4 ", penwidth="4", color="#00688b93"]; "ch-sxmp" -> "ch-commons-util" [label=" 3 ", penwidth="3", color="#00688b82"]; "ch-commons-charset" -> "ch-commons-util" [label=" 2 ", penwidth="2", color="#00688b70"]; "ch-jetty" -> "ch-commons-util" [label=" 2 ", penwidth="2", color="#00688b70"]; "ch-commons-gsm" -> "ch-commons-util" [label=" 2 ", penwidth="2", color="#00688b70"]; "ch-sxmp" -> "ch-commons-charset" [label=" 1 ", penwidth="1", color="#00688b5E"]; "ch-commons-sql" -> "ch-commons-util" [label=" 1 ", penwidth="1", color="#00688b5E"]; "ch-commons-io" -> "ch-commons-util" [label=" 1 ", penwidth="1", color="#00688b5E"]; }