public interface ExternalModuleDependency extends ExternalDependency
A ModuleDependency is a Dependency on a module outside the current project hierarchy.
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION| Modifier and Type | Method and Description | 
|---|---|
| ExternalModuleDependency | copy()Creates and returns a new dependency with the property values of this one. | 
| boolean | isChanging()Returns whether or not Gradle should always check for a change in the remote repository. | 
| ExternalModuleDependency | setChanging(boolean changing)Sets whether or not Gradle should always check for a change in the remote repository. | 
isForce, setForceaddArtifact, artifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, getTargetConfiguration, isTransitive, setTransitivecontentEquals, getGroup, getName, getVersiongetGroup, getName, getVersion, matchesStrictlyboolean isChanging()
setChanging(boolean)ExternalModuleDependency setChanging(boolean changing)
changing - Whether or not Gradle should always check for a change in the remote repositoryExternalModuleDependency copy()
copy in interface Dependencycopy in interface ExternalDependencycopy in interface ModuleDependency