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" ] "spring-boot-project/spring-boot-autoconfigure" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-properties-migrator" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-tools" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-cli" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-actuator-autoconfigure" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-actuator" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-devtools" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot" [fillcolor="deepskyblue2"]; "buildSrc/src" [fillcolor="deepskyblue2"]; "spring-boot-project/spring-boot-autoconfigure" -> "spring-boot-project/spring-boot" [label=" 270 ", penwidth="10"]; "spring-boot-project/spring-boot-properties-migrator" -> "spring-boot-project/spring-boot-tools" [label=" 4 ", penwidth="1"]; "spring-boot-project/spring-boot-properties-migrator" -> "spring-boot-project/spring-boot" [label=" 3 ", penwidth="1"]; "spring-boot-project/spring-boot-devtools" -> "spring-boot-project/spring-boot-autoconfigure" [label=" 9 ", penwidth="1"]; "spring-boot-project/spring-boot-devtools" -> "spring-boot-project/spring-boot" [label=" 13 ", penwidth="1"]; "spring-boot-project/spring-boot-cli" -> "spring-boot-project/spring-boot-tools" [label=" 9 ", penwidth="1"]; "spring-boot-project/spring-boot-cli" -> "spring-boot-project/spring-boot" [label=" 1 ", penwidth="1"]; "spring-boot-project/spring-boot-actuator-autoconfigure" -> "spring-boot-project/spring-boot-autoconfigure" [label=" 134 ", penwidth="4"]; "spring-boot-project/spring-boot-actuator-autoconfigure" -> "spring-boot-project/spring-boot-actuator" [label=" 126 ", penwidth="4"]; "spring-boot-project/spring-boot-actuator-autoconfigure" -> "spring-boot-project/spring-boot" [label=" 102 ", penwidth="3"]; "spring-boot-project/spring-boot-actuator" -> "spring-boot-project/spring-boot" [label=" 24 ", penwidth="1"]; }