Package org.gradle.platform.base
Interface ModuleDependencySpecBuilder
- All Superinterfaces:
DependencySpecBuilder
A builder of a
ModuleDependencySpec
.-
Method Summary
Modifier and TypeMethodDescriptionNarrows this dependency specification down to a specific group.Narrows this dependency specification down to a specific module.Narrows this dependency specification down to a specific version range.Methods inherited from interface org.gradle.platform.base.DependencySpecBuilder
build
-
Method Details
-
module
Narrows this dependency specification down to a specific module.- Parameters:
name
- the module name- Returns:
- this instance
-
group
Narrows this dependency specification down to a specific group.- Parameters:
name
- the group name- Returns:
- this instance
-
version
Narrows this dependency specification down to a specific version range.- Parameters:
range
- the version range- Returns:
- this instance
-