public interface ProjectDependency extends ModuleDependency, SelfResolvingDependency
A ProjectDependency is a Dependency on another project in the current project hierarchy.
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION| Modifier and Type | Method and Description | 
|---|---|
| ProjectDependency | copy()Creates and returns a new dependency with the property values of this one. | 
| Project | getDependencyProject()Returns the project associated with this project dependency. | 
| Configuration | getProjectConfiguration()Deprecated. 
 A project dependency may select different configurations. | 
addArtifact, artifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, getTargetConfiguration, isTransitive, setTransitiveresolve, resolvecontentEquals, getGroup, getName, getVersiongetBuildDependenciesProject getDependencyProject()
@Deprecated Configuration getProjectConfiguration()
getDependencyProject()ProjectDependency copy()
copy in interface Dependencycopy in interface ModuleDependency