Table of Contents
| API Documentation: | DependencyCollector | 
|---|
A DependencyCollector is used as part of a dependencies block in the DSL. A collector implements
a single dependency scope and exposes the declared dependencies on DependencyCollector.getDependencies().
| Method | Description | 
| add(dependency, configuration) | Add a dependency and configure it. | 
| add(dependencyNotation) | Add a dependency. | 
| add(dependencyNotation, configuration) | Add a dependency and configure it. | 
| add(dependency) | Add a dependency. | 
| add(files) | Add a dependency. | 
| add(files, configuration) | Add a dependency and configure it. | 
| add(dependency) | Add a dependency. | 
| add(dependency, configuration) | Add a dependency and configure it. | 
| add(externalModule) | Incubating Add a dependency. | 
| add(externalModule, configuration) | Incubating Add a dependency and configure it. | 
| bundle(bundle) | Incubating Add a bundle. | 
| bundle(bundle, configuration) | Incubating Add a bundle and configure them. | 
| bundle(bundle) | Incubating Add a bundle. | 
| bundle(bundle, configuration) | Incubating Add a bundle and configure them. | 
| bundle(bundle) | Incubating Add a bundle. | 
| bundle(bundle, configuration) | Incubating Add a bundle and configure them. | 
void add(D dependency, Action<? super D>
Action<? super D>Add a dependency and configure it.
void add(CharSequence dependencyNotation)
Add a dependency.
void add(CharSequence dependencyNotation, Action<? super ExternalModuleDependency>
Action<? super ExternalModuleDependency>Add a dependency and configure it.
void add(Dependency dependency)
Add a dependency.
void add(FileCollection files)
Add a dependency.
void add(FileCollection files, Action<? super FileCollectionDependency>
Action<? super FileCollectionDependency>Add a dependency and configure it.
void add(Provider<? extends Dependency>
Provider<? extends Dependency>Add a dependency.
Add a dependency and configure it.
void add(ProviderConvertible<? extends MinimalExternalModuleDependency>
ProviderConvertible<? extends MinimalExternalModuleDependency>Note: This method is incubating and may change in a future version of Gradle.
Add a dependency.
void add(ProviderConvertible<? extends MinimalExternalModuleDependency>Action<? super ExternalModuleDependency>
ProviderConvertible<? extends MinimalExternalModuleDependency>Action<? super ExternalModuleDependency>Note: This method is incubating and may change in a future version of Gradle.
Add a dependency and configure it.
void bundle(Iterable<? extends D>
Iterable<? extends D>Note: This method is incubating and may change in a future version of Gradle.
Add a bundle.
Note: This method is incubating and may change in a future version of Gradle.
Add a bundle and configure them.
Note: This method is incubating and may change in a future version of Gradle.
Add a bundle.
Note: This method is incubating and may change in a future version of Gradle.
Add a bundle and configure them.
void bundle(ProviderConvertible<? extends Iterable<? extends D>>
ProviderConvertible<? extends Iterable<? extends D>>Note: This method is incubating and may change in a future version of Gradle.
Add a bundle.
void bundle(ProviderConvertible<? extends Iterable<? extends D>>Action<? super D>
ProviderConvertible<? extends Iterable<? extends D>>Action<? super D>Note: This method is incubating and may change in a future version of Gradle.
Add a bundle and configure them.