DependencySpecBuilder
@Incubating public interface ProjectDependencySpecBuilder extends DependencySpecBuilder
ProjectDependencySpec
.Modifier and Type | Method | 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.
|
build
ProjectDependencySpecBuilder project(String path)
path
- the project pathProjectDependencySpecBuilder library(String name)
name
- the library name