Represents a declared project-to-project dependency edge at runtime.
The Gradle configuration where the dependency was declared (e.g., api, implementation).
api
implementation
The target build ID of the dependent project.
The Gradle project path of the dependent project (e.g., :domain).
:domain