Interface ProjectDependencySpecBuilder

    • Method Detail

      • project

        ProjectDependencySpecBuilder project​(java.lang.String path)
        Narrows this dependency specification down to a specific project.
        Parameters:
        path - the project path
        Returns:
        this instance
      • library

        ProjectDependencySpecBuilder library​(java.lang.String name)
        Narrows this dependency specification down to a specific library.
        Parameters:
        name - the library name
        Returns:
        this instance