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