IvyDepsTreeArgs

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 */")

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 Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val inverse: Flag

Attributes

Source
IvyDepsTreeArgs.scala
val whatDependsOn: List[String]

Attributes

Source
IvyDepsTreeArgs.scala
val withCompile: Flag

Attributes

Source
IvyDepsTreeArgs.scala
val withRuntime: Flag

Attributes

Source
IvyDepsTreeArgs.scala