Package org.gradle.platform.base
Interface ProjectDependencySpecBuilder
- All Superinterfaces:
DependencySpecBuilder
A builder of a
ProjectDependencySpec
.-
Method Summary
Modifier 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.DependencySpecBuilder
build
-
Method Details
-
project
Narrows this dependency specification down to a specific project.- Parameters:
path
- the project path- Returns:
- this instance
-
library
Narrows this dependency specification down to a specific library.- Parameters:
name
- the library name- Returns:
- this instance
-