ModuleID

sbt.librarymanagement.ModuleID$
See theModuleID companion class
object ModuleID

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(organization: String, name: String, revision: String): ModuleID
def apply(organization: String, name: String, revision: String, configurations: Option[String], isChanging: Boolean, isTransitive: Boolean, isForce: Boolean, explicitArtifacts: Vector[Artifact], inclusions: Vector[InclExclRule], exclusions: Vector[InclExclRule], extraAttributes: Map[String, String], crossVersion: CrossVersion, branchName: Option[String]): ModuleID

Inherited methods

def checkE(attributes: Seq[(String, String)]): Seq[(String, String)]

Prefixes all keys with e: if they are not already so prefixed.

Prefixes all keys with e: if they are not already so prefixed.

Attributes

Inherited from:
ModuleIDFunctions (hidden)