Package org.gradle.platform.base
Interface ProjectDependencySpecBuilder
- All Superinterfaces:
- DependencySpecBuilder
A builder of a 
ProjectDependencySpec.- 
Method SummaryModifier and TypeMethodDescriptionNarrows this dependency specification down to a specific library.Narrows this dependency specification down to a specific project.Methods inherited from interface org.gradle.platform.base.DependencySpecBuilderbuild
- 
Method Details- 
projectNarrows this dependency specification down to a specific project.- Parameters:
- path- the project path
- Returns:
- this instance
 
- 
libraryNarrows this dependency specification down to a specific library.- Parameters:
- name- the library name
- Returns:
- this instance
 
 
-