DependencyManager constructor

DependencyManager(
  1. String projectPath
)

Creates a DependencyManager for the project at projectPath.

Implementation

DependencyManager(this.projectPath);