Buildable, Dependency, HasAttributes, HasConfigurableAttributes<ModuleDependency>, ModuleDependency, SelfResolvingDependencypublic 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 | 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. | 
getBuildDependenciesbecause, contentEquals, getGroup, getName, getReason, getVersionaddArtifact, artifact, artifact, attributes, exclude, getArtifacts, getAttributes, getExcludeRules, getTargetConfiguration, isTransitive, setTargetConfiguration, setTransitiveresolve, resolveProject getDependencyProject()
ProjectDependency copy()
copy in interface Dependencycopy in interface ModuleDependency