Interface ModuleDependencySpecBuilder

    • Method Detail

      • module

        ModuleDependencySpecBuilder module​(java.lang.String name)
        Narrows this dependency specification down to a specific module.
        Parameters:
        name - the module name
        Returns:
        this instance
      • group

        ModuleDependencySpecBuilder group​(java.lang.String name)
        Narrows this dependency specification down to a specific group.
        Parameters:
        name - the group name
        Returns:
        this instance
      • version

        ModuleDependencySpecBuilder version​(java.lang.String range)
        Narrows this dependency specification down to a specific version range.
        Parameters:
        range - the version range
        Returns:
        this instance