A builder of a ModuleDependencySpec.
Type | Name and description |
---|---|
ModuleDependencySpecBuilder |
group(String name) Narrows this dependency specification down to a specific group. |
ModuleDependencySpecBuilder |
module(String name) Narrows this dependency specification down to a specific module. |
ModuleDependencySpecBuilder |
version(String range) Narrows this dependency specification down to a specific version range. |
Methods inherited from class | Name |
---|---|
interface DependencySpecBuilder |
build |
Narrows this dependency specification down to a specific group.
name
- the group nameNarrows this dependency specification down to a specific module.
name
- the module nameNarrows this dependency specification down to a specific version range.
range
- the version range