Dependencies

ammonite.interp.script.Script.Dependencies
final case class Dependencies(scriptDependencies: Seq[Import], dependencies: Seq[Dependency], jarDependencies: Seq[Path], pluginDependencies: Seq[Dependency], jarPluginDependencies: Seq[Path], extraRepositories: Seq[Repository])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(other: Dependencies): Dependencies

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product