An ExternalDependency
is a Dependency on a source outside the current project hierarchy.
Type | Name and description |
---|---|
ExternalDependency |
copy() {@inheritDoc} |
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 class | Name |
---|---|
interface ModuleVersionSelector |
getGroup, getName, getVersion, matchesStrictly |
interface ModuleDependency |
addArtifact, artifact, copy, exclude, getArtifacts, getConfiguration, getExcludeRules, isTransitive, setTransitive |
interface Dependency |
contentEquals, copy, getGroup, getName, getVersion |
{@inheritDoc}
Returns whether or not the version of this dependency should be enforced in the case of version conflicts.
Sets whether or not the version of this dependency should be enforced in the case of version conflicts.
force
- Whether to force this version or not.