package
graph
Type Members
-
-
-
case class
Module(id: ModuleId, license: Option[String] = scala.None, extraInfo: String = "", evictedByVersion: Option[String] = scala.None, jarFile: Option[File] = scala.None, error: Option[String] = scala.None) extends Product with Serializable
-
case class
ModuleGraph(nodes: Seq[Module], edges: Seq[(ModuleId, ModuleId)]) extends Product with Serializable
-
case class
ModuleId(organisation: String, name: String, version: String) extends Product with Serializable
Value Members
-
-
-
-
-
-
object
Main extends App
-
-
-
-
Inherited from AnyRef
Inherited from Any