Module
    A ModuleDependency is a org.gradle.api.artifacts.Dependency on a component that exists outside of the current project. 
Modules can supply multiple artifacts in addition to the implicit default artifact. Non-default artifacts available in a module can be selected by a consumer by specifying a classifier or extension when declaring a dependency on that module.
For examples on configuring exclude rules for modules please refer to exclude.
Inheritors
Functions
Link copied to clipboard
                  Adds an artifact to this dependency.
Link copied to clipboard
                  abstract fun artifact(@DelegatesTo(value = DependencyArtifact::class, 
Adds an artifact to this dependency.
Link copied to clipboard
                  Mutates the attributes of this dependency.
Link copied to clipboard
                  abstract fun capabilities(configureAction: Action<in ModuleDependencyCapabilitiesHandler>): ModuleDependency
Configures the requested capabilities of this dependency.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Resets the isEndorsingStrictVersions state of this dependency.
Link copied to clipboard
                  Endorse version constraints with getStrictVersion strict versions} from the target module.
Link copied to clipboard
                  Returns the artifacts belonging to this dependency.
Link copied to clipboard
                  Returns the attributes for this dependency.
Link copied to clipboard
                  Returns the set of capabilities that are requested for this dependency
Link copied to clipboard
                  Returns the exclude rules for this dependency.
Link copied to clipboard
                  Returns the explicitly requested capabilities for this dependency.
Link copied to clipboard
                  Returns the requested target configuration of this dependency.
Link copied to clipboard
                  Link copied to clipboard
                  Are the getStrictVersion strict version} dependency constraints of the target module endorsed?
Link copied to clipboard
                  Returns whether this dependency should be resolved including or excluding its transitive dependencies.
Link copied to clipboard
                  Sets the requested target configuration of this dependency.
Link copied to clipboard
                  Sets whether this dependency should be resolved including or excluding its transitive dependencies.