A component manager provides access to the pieces of xsbt that are distributed as components.
is a map from ModuleID to classifiers that were previously tried and failed, so should now be excluded
Provides methods for working at the level of a single jar file with the default Ivy cache.
Represents a logical time point for dependency resolution.
Represents a logical time point for dependency resolution. This is used to cache dependencies across subproject resolution which may change over time.
A Resolver that uses a predefined mapping from module ids to in-memory descriptors.
A Resolver that uses a predefined mapping from module ids to in-memory descriptors. It does not handle artifacts.
Represents unresolved dependency warning, which displays reconstructed dependency tree along with source position of each node.
A component manager provides access to the pieces of xsbt that are distributed as components. There are two types of components. The first type is compiled subproject jars with their dependencies. The second type is a subproject distributed as a source jar so that it can be compiled against a specific version of Scala.
The component manager provides services to install and retrieve components to the local repository. This is used for compiled source jars so that the compilation need not be repeated for other projects on the same machine.