mill.javalib.CoursierModule.Resolver
class Resolver(
repositories:
Seq[
Repository],
bind:
Dep => BoundDep,
mapDependencies:
Option[
Dependency => Dependency] = ...,
customizer:
Option[
Resolution => Resolution] = ...,
coursierCacheCustomizer:
Option[
FileCache[
Task]
=> FileCache[
Task]] = ...,
resolutionParams:
ResolutionParams = ...,
offline:
Boolean,
checkGradleModules:
Boolean,
config:
CoursierConfig = ...)
Attributes
- Source
-
CoursierModule.scala
- Graph
-
- Supertypes
-
class Object
trait Matchable
class Any
Members list
Raw artifact results for the passed dependencies
Raw artifact results for the passed dependencies, including only the requested artifact types when artifactTypes is defined.
Raw artifact results for the passed dependencies, including only the requested artifact types when artifactTypes is defined.
Attributes
- Source
-
CoursierModule.scala
Class path of the passed dependencies
Class path of the passed dependencies
Value parameters
- deps
-
root dependencies to resolve
- sources
-
whether to fetch source JARs or standard JARs
Attributes
- Source
-
CoursierModule.scala
Raw artifact & project information results for the passed dependencies
Raw artifact & project information results for the passed dependencies
Attributes
- Source
-
CoursierModule.scala
Raw coursier resolution of the passed dependencies
Raw coursier resolution of the passed dependencies
Value parameters
- deps
-
root dependencies
Attributes
- Source
-
CoursierModule.scala