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" ] "vandelay-bigtable" [fillcolor="deepskyblue2"]; "vandelay-serialization-core" [fillcolor="deepskyblue2"]; "vandelay-serialization-jackson" [fillcolor="deepskyblue2"]; "vandelay-core" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "vandelay-bigtable" -> "vandelay-core" [label=" 31 ", penwidth="10", color="#00688bFF"]; "vandelay-bigtable" -> "vandelay-serialization-core" [label=" 12 ", penwidth="3", color="#00688b82"]; "vandelay-serialization-core" -> "vandelay-core" [label=" 1 ", penwidth="1", color="#00688b4C"]; "vandelay-serialization-jackson" -> "vandelay-serialization-core" [label=" 1 ", penwidth="1", color="#00688b4C"]; }