|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.artifacts.Dependencyorg.gradle.api.artifacts.ExternalDependency
org.gradle.api.artifacts.ModuleDependency
interface ExternalDependency extends ModuleDependency
An ExternalDependency is a Dependency on a source outside the current project hierarchy.
| Method Summary | |
|---|---|
ExternalDependency
|
copy()
{ |
boolean
|
isForce()
Returns whether or not the version of this dependency should be enforced in the case of version conflicts. |
ExternalDependency
|
setForce(boolean force)
Sets whether or not the version of this dependency should be enforced in the case of version conflicts. |
| Methods inherited from interface ModuleDependency | |
|---|---|
| addArtifact, copy, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitive |
| Methods inherited from interface Dependency | |
|---|---|
| contentEquals, copy, getGroup, getName, getVersion |
| Method Detail |
|---|
public ExternalDependency copy()
public boolean isForce()
public ExternalDependency setForce(boolean force)
Groovy Documentation