mill.javalib.MvnDepsTreeArgs
See theMvnDepsTreeArgs companion object
class MvnDepsTreeArgs
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 (
compileMvnDeps
, provided scope) into the tree. - withRuntime
-
Include the runtime dependencies (
runMvnDeps
, runtime scope) into the tree.
Attributes
- Companion
- object
- Source
- MvnDepsTreeArgs.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article