InterProjectRepository

lmcoursier.internal.InterProjectRepository
final case class InterProjectRepository(projects: Seq[Project]) extends Repository

Attributes

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

Members list

Value members

Concrete methods

override def artifacts(dependency: Dependency, project: Project, overrideClassifiers: Option[Seq[Classifier]]): Seq[(Publication, Artifact)]

Attributes

Definition Classes
ArtifactSource
def find[F[_]](module: Module, version: String, fetch: () => F)(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]

Inherited methods

def completeOpt[F[_$$3] : Monad](fetch: () => F): Option[Complete[F]]

Attributes

Inherited from:
Repository
def findMaybeInterval[F[_$$2]](module: Module, version: String, fetch: () => F)(implicit F: Monad[F]): EitherT[F, String, (ArtifactSource, Project)]

Attributes

Inherited from:
Repository
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def repr: String

Attributes

Inherited from:
Repository
def versions[F[_$$5]](module: Module, fetch: () => F, versionsCheckHasModule: Boolean)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]

Attributes

Inherited from:
Repository
def versions[F[_$$4]](module: Module, fetch: () => F)(implicit F: Monad[F]): EitherT[F, String, (Versions, String)]

Attributes

Inherited from:
Repository
def versionsCheckHasModule: Boolean

Attributes

Inherited from:
Repository