mill.scalalib.IvyDepsTreeArgs
See theIvyDepsTreeArgs companion object
@Scaladoc(value = "/**\n * Arguments for the ivDepsTree command.\n *\n * @param inverse Invert the tree representation, so that the root is on the bottom.\n * @param withCompile Include the compile-time only dependencies (`compileIvyDeps`, provided scope) into the tree.\n * @param withRuntime Include the runtime dependencies (`runIvyDeps`, runtime scope) into the tree.\n * @param whatDependsOn possible list of modules (org:artifact) to target in the tree in order to see\n * where a dependency stems from.\n */")
class IvyDepsTreeArgs
Arguments for the ivDepsTree command.
Value parameters
- inverse
-
Invert the tree representation, so that the root is on the bottom.
- whatDependsOn
-
possible list of modules (org:artifact) to target in the tree in order to see where a dependency stems from.
- withCompile
-
Include the compile-time only dependencies (
compileIvyDeps
, provided scope) into the tree. - withRuntime
-
Include the runtime dependencies (
runIvyDeps
, runtime scope) into the tree.
Attributes
- Companion
- object
- Source
- IvyDepsTreeArgs.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article