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" ] "http-bench-jmh" [fillcolor="deepskyblue2"]; "http-cors" [fillcolor="deepskyblue2"]; "http-marshallers-scala" [fillcolor="deepskyblue2"]; "http-testkit" [fillcolor="deepskyblue2"]; "project" [fillcolor="deepskyblue2"]; "http" [fillcolor="deepskyblue2"]; "http-marshallers-java" [fillcolor="deepskyblue2"]; "http-scalafix" [fillcolor="deepskyblue2"]; "http-core" [fillcolor="deepskyblue2"]; "http-caching" [fillcolor="deepskyblue2"]; "parsing" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "http-core" -> "http-bench-jmh" [label=" 136 ", penwidth="10", color="#00688bFF"]; "http" -> "http-bench-jmh" [label=" 118 ", penwidth="8", color="#00688bDB"]; "http-testkit" -> "http-bench-jmh" [label=" 14 ", penwidth="1", color="#00688b5E"]; "http-caching" -> "http-bench-jmh" [label=" 11 ", penwidth="1", color="#00688b4C"]; "http-cors" -> "http-bench-jmh" [label=" 9 ", penwidth="1", color="#00688b4C"]; "http" -> "http-core" [label=" 8 ", penwidth="1", color="#00688b4C"]; "http-marshallers-scala" -> "http-bench-jmh" [label=" 3 ", penwidth="1", color="#00688b4C"]; "http-cors" -> "http-core" [label=" 2 ", penwidth="1", color="#00688b4C"]; "http-testkit" -> "http" [label=" 1 ", penwidth="1", color="#00688b4C"]; "parsing" -> "http-bench-jmh" [label=" 1 ", penwidth="1", color="#00688b4C"]; "http-marshallers-java" -> "http" [label=" 1 ", penwidth="1", color="#00688b4C"]; "http-marshallers-java" -> "http-core" [label=" 1 ", penwidth="1", color="#00688b4C"]; }