public interface DependencySpecBuilder extends DependencySpec
| Modifier and Type | Method and Description |
|---|---|
DependencySpec |
build()
Builds a concrete immutable
DependencySpec instance. |
DependencySpecBuilder |
library(String name)
Narrows this dependency specification down to a specific library.
|
DependencySpecBuilder |
project(String path)
Narrows this dependency specification down to a specific project.
|
getLibraryName, getProjectPathDependencySpecBuilder project(String path)
path - the project pathDependencySpecBuilder library(String name)
name - the library nameDependencySpec build()
DependencySpec instance.