Packages

object ModuleID extends ModuleIDFunctions with Serializable

Linear Supertypes
Serializable, Serializable, ModuleIDFunctions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModuleID
  2. Serializable
  3. Serializable
  4. ModuleIDFunctions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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
  2. def apply(organization: String, name: String, revision: String): ModuleID
  3. 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.

    Definition Classes
    ModuleIDFunctions