Interface ModuleDependencySpecBuilder

All Superinterfaces:
DependencySpecBuilder

@Incubating public interface ModuleDependencySpecBuilder extends DependencySpecBuilder
A builder of a ModuleDependencySpec.
  • 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