Package

coursier

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. final class Activation extends Product with Serializable

    Permalink
  2. trait ArtifactSource extends AnyRef

    Permalink
  3. final class Attributes extends Product with Serializable

    Permalink
  4. final case class Classifier(value: String) extends AnyVal with Product with Serializable

    Permalink
  5. final case class Configuration(value: String) extends AnyVal with Product with Serializable

    Permalink
  6. final class Continue extends ResolutionProcess with Product with Serializable

    Permalink
  7. final class Dependency extends Product with Serializable

    Permalink

    Dependencies with the same @module will typically see their @version-s merged.

    Dependencies with the same @module will typically see their @version-s merged.

    The remaining fields are left untouched, some being transitively propagated (exclusions, optional, in particular).

  8. final class DependencySet extends AnyRef

    Permalink
  9. final class Done extends ResolutionProcess with Product with Serializable

    Permalink
  10. final case class Extension(value: String) extends AnyVal with Product with Serializable

    Permalink
  11. final class Info extends Product with Serializable

    Permalink

    Extra project info, not used during resolution

  12. sealed abstract class Latest extends Product with Serializable

    Permalink
  13. final class Missing extends ResolutionProcess with Product with Serializable

    Permalink
  14. final class Module extends Product with Serializable

    Permalink

    Identifies a "module".

    Identifies a "module".

    During resolution, all dependencies having the same module will be given the same version, if there are no version conflicts between them.

    Using the same terminology as Ivy.

  15. final case class ModuleName(value: String) extends AnyVal with Product with Serializable

    Permalink
  16. final case class Organization(value: String) extends AnyVal with Product with Serializable

    Permalink
  17. final class Profile extends Product with Serializable

    Permalink
  18. final class Project extends Product with Serializable

    Permalink
  19. final class Publication extends Product with Serializable

    Permalink
  20. sealed abstract class Reconciliation extends AnyRef

    Permalink

    Represents a reconciliation strategy given a dependency conflict.

  21. trait Repository extends Serializable with ArtifactSource

    Permalink
  22. final class Resolution extends Product with Serializable

    Permalink

    State of a dependency resolution.

    State of a dependency resolution.

    Done if method isDone returns true.

  23. sealed abstract class ResolutionProcess extends Product with Serializable

    Permalink
  24. final class SnapshotVersion extends Product with Serializable

    Permalink
  25. final class SnapshotVersioning extends Product with Serializable

    Permalink
  26. final case class Type(value: String) extends AnyVal with Product with Serializable

    Permalink
  27. final case class Version(repr: String) extends Ordered[Version] with Product with Serializable

    Permalink

    Used internally by Resolver.

    Used internally by Resolver.

    Same kind of ordering as aether-util/src/main/java/org/eclipse/aether/util/version/GenericVersion.java

  28. final class VersionConstraint extends Product with Serializable

    Permalink
  29. final class VersionInterval extends Product with Serializable

    Permalink
  30. final class Versions extends Product with Serializable

    Permalink

Value Members

  1. object Activation extends Serializable

    Permalink
  2. object Attributes extends Serializable

    Permalink
  3. object Classifier extends Serializable

    Permalink
  4. object Configuration extends Serializable

    Permalink
  5. object Continue extends Serializable

    Permalink
  6. object Dependency extends Serializable

    Permalink
  7. object DependencySet

    Permalink
  8. object Done extends Serializable

    Permalink
  9. object Exclusions

    Permalink
  10. object Extension extends Serializable

    Permalink
  11. object Info extends Serializable

    Permalink
  12. object Latest extends Serializable

    Permalink
  13. object Missing extends Serializable

    Permalink
  14. object Module extends Serializable

    Permalink
  15. object ModuleName extends Serializable

    Permalink
  16. object Orders

    Permalink
  17. object Organization extends Serializable

    Permalink
  18. object Parse

    Permalink
  19. object Profile extends Serializable

    Permalink
  20. object Project extends Serializable

    Permalink
  21. object Publication extends Serializable

    Permalink
  22. object Reconciliation

    Permalink
  23. object Repository extends Serializable

    Permalink
  24. object Resolution extends Serializable

    Permalink
  25. object ResolutionProcess extends Serializable

    Permalink
  26. object SnapshotVersion extends Serializable

    Permalink
  27. object SnapshotVersioning extends Serializable

    Permalink
  28. object Type extends Serializable

    Permalink
  29. object Version extends Serializable

    Permalink
  30. object VersionConstraint extends Serializable

    Permalink
  31. object VersionInterval extends Serializable

    Permalink
  32. object Versions extends Serializable

    Permalink
  33. package compatibility

    Permalink

Ungrouped