|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.artifacts.Dependencyorg.gradle.tooling.model.ProjectDependency
public interface ProjectDependency extends Dependency
Represents a dependency on another project.
| Field Summary |
|---|
| Fields inherited from interface Dependency | |
|---|---|
| ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION |
| Method Summary | |
|---|---|
Project
|
getTargetProject()
Returns the target of this dependency. |
| Methods inherited from interface Dependency | |
|---|---|
| contentEquals, copy, getGroup, getName, getVersion |
| Method Detail |
|---|
public Project getTargetProject()
Groovy Documentation