Dependencies

replpp.Dependencies$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def resolve(coordinate: String): Either[String, Seq[File]]
def resolveOptimistically(coordinates: Seq[String], verbose: Boolean): Seq[File]

try to resolve all given coordinates. report failures to stderr, but continue anyway

try to resolve all given coordinates. report failures to stderr, but continue anyway

Attributes