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" ] "odata2-jpa-processor" [fillcolor="deepskyblue2"]; "odata2-annotation-processor" [fillcolor="deepskyblue2"]; "odata2-dist" [fillcolor="deepskyblue2"]; "odata2-spring" [fillcolor="deepskyblue2"]; "odata2-sample" [fillcolor="deepskyblue2"]; "odata2-lib" [fillcolor="deepskyblue2"]; "src" [fillcolor="deepskyblue2"]; "odata2-jpa-processor" -> "odata2-lib" [label=" 78 ", penwidth="10", color="#00688bFF"]; "odata2-annotation-processor" -> "odata2-lib" [label=" 22 ", penwidth="2", color="#00688b70"]; "odata2-sample" -> "odata2-lib" [label=" 9 ", penwidth="1", color="#00688b5E"]; "odata2-spring" -> "odata2-lib" [label=" 2 ", penwidth="1", color="#00688b4C"]; "odata2-sample" -> "odata2-jpa-processor" [label=" 1 ", penwidth="1", color="#00688b4C"]; "odata2-sample" -> "odata2-annotation-processor" [label=" 1 ", penwidth="1", color="#00688b4C"]; }