Interface ProjectDependencySpecBuilder

All Superinterfaces:
DependencySpecBuilder

@Incubating public interface ProjectDependencySpecBuilder extends DependencySpecBuilder
A builder of a ProjectDependencySpec.
  • Method Details

    • project

      Narrows this dependency specification down to a specific project.
      Parameters:
      path - the project path
      Returns:
      this instance
    • library

      Narrows this dependency specification down to a specific library.
      Parameters:
      name - the library name
      Returns:
      this instance