Dependency Node
constructor(id: String, groupId: String, artifactId: String, version: String, parent: DependencyNode? = null, children: MutableList<DependencyNode> = mutableListOf(), vulnerabilities: List<Vulnerability> = emptyList(), scope: String? = null, isDependencyManagement: Boolean = false, ecosystem: Ecosystem = Ecosystem.MAVEN)