@Incubating public interface ProjectDependencySpecBuilder extends DependencySpecBuilder
ProjectDependencySpec.| Modifier and Type | Method and Description | 
|---|---|
| ProjectDependencySpecBuilder | library(String name)Narrows this dependency specification down to a specific library. | 
| ProjectDependencySpecBuilder | project(String path)Narrows this dependency specification down to a specific project. | 
buildProjectDependencySpecBuilder project(String path)
path - the project pathProjectDependencySpecBuilder library(String name)
name - the library name