Package

coursier

params

Permalink

package params

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CacheParamsHelpers extends AnyRef

    Permalink
  2. final class MavenMirror extends Mirror

    Permalink

    Assumes Maven repository roots listed in from are mirrored at to.

    Assumes Maven repository roots listed in from are mirrored at to.

    If from contains "*", it is assumed all Maven repositories in the resolution are mirrored at to. Only _Maven_ repositories, not Ivy ones for example. See TreeMirror to mirror both types of repository.

  3. abstract class Mirror extends Serializable

    Permalink
  4. final class MirrorConfFile extends PlatformMirrorConfFile with Serializable

    Permalink
  5. final class ResolutionParams extends ResolutionParamsHelpers with Serializable

    Permalink
  6. abstract class ResolutionParamsHelpers extends AnyRef

    Permalink
  7. final class TreeMirror extends Mirror

    Permalink

    Assumes any tree with a prefix in from is mirrored under to.

    Assumes any tree with a prefix in from is mirrored under to.

    For example, if from == Seq("https://a.com/artifacts", "https://artifacts.b.com"), and to == "https://mirror.c.com/maven" it is assumed "https://a.com/artifacts/a/b/c" also exists at "https://mirror.c.com/maven/a/b/c", and "https://artifacts.b.com/foo/e/f/g" also exists at "https://mirror.c.com/maven/foo/e/f/g".

Value Members

  1. object MavenMirror extends Serializable

    Permalink
  2. object MirrorConfFile extends Serializable

    Permalink
  3. object ResolutionParams extends Serializable

    Permalink
  4. object TreeMirror extends Serializable

    Permalink
  5. package rule

    Permalink

Ungrouped