Packages

o

bloop

DependencyResolution

object DependencyResolution

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyResolution
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def resolve(organization: String, module: String, version: String, logger: Logger, additionalRepositories: Seq[Repository] = Nil): Array[AbsolutePath]

    Resolve the specified module and get all the files.

    Resolve the specified module and get all the files. By default, the local ivy repository and Maven Central are included in resolution.

    organization

    The module's organization.

    module

    The module's name.

    version

    The module's version.

    logger

    A logger that receives messages about resolution.

    additionalRepositories

    Additional repositories to include in resolition.

    returns

    All the files that compose the module and that could be found.