Package

coursier.cli

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. final case class DepNode(coord: String, files: Vector[(String, String)], dependencies: Set[String]) extends Product with Serializable

    Permalink
  2. final case class JsonElem(dep: core.Dependency, artifacts: Seq[(core.Dependency, Artifact)] = Seq(), jsonPrintRequirement: Option[JsonPrintRequirement], resolution: core.Resolution, colors: Boolean, printExclusions: Boolean, excluded: Boolean) extends Product with Serializable

    Permalink
  3. final case class JsonPrintRequirement(fileByArtifact: Map[String, File], depToArtifacts: Map[core.Dependency, Vector[Artifact]]) extends Product with Serializable

    Permalink
  4. final case class ReportNode(conflict_resolution: Map[String, String], dependencies: Vector[DepNode], version: String) extends Product with Serializable

    Permalink

Value Members

  1. object JsonReport

    Permalink
  2. object ReportNode extends Serializable

    Permalink

    FORMAT_VERSION_NUMBER: Version number for identifying the export file format output.

    FORMAT_VERSION_NUMBER: Version number for identifying the export file format output. This version number should change when there is a change to the output format.

    Major Version 1.x.x : Increment this field when there is a major format change Minor Version x.1.x : Increment this field when there is a minor change that breaks backward compatibility for an existing field or a field is removed. Patch version x.x.1 : Increment this field when a minor format change that just adds information that an application can safely ignore.

    Note format changes in cli/README.md and update the Changelog section.

  3. object Zip

    Permalink

Ungrouped