Package

coursier

Permalink

package coursier

Mainly pulls definitions from coursier.core, sometimes with default arguments.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. coursier
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class Artifacts[F[_]] extends Product with Serializable

    Permalink
  2. type Attributes = coursier.core.Attributes

    Permalink
  3. type Classifier = coursier.core.Classifier

    Permalink
  4. type Dependency = coursier.core.Dependency

    Permalink
  5. final class Fetch[F[_]] extends Product with Serializable

    Permalink
  6. type Info = coursier.core.Info

    Permalink
  7. type MavenRepository = coursier.maven.MavenRepository

    Permalink
  8. type Module = coursier.core.Module

    Permalink
  9. type ModuleName = coursier.core.ModuleName

    Permalink
  10. type ModuleVersion = (coursier.core.Module, String)

    Permalink
  11. type Organization = coursier.core.Organization

    Permalink
  12. abstract class PlatformResolve extends AnyRef

    Permalink
  13. type Profile = coursier.core.Profile

    Permalink
  14. type Project = coursier.core.Project

    Permalink
  15. type ProjectCache = Map[ModuleVersion, (ArtifactSource, Project)]

    Permalink
  16. type Repository = coursier.core.Repository

    Permalink
  17. type Resolution = coursier.core.Resolution

    Permalink
  18. implicit final class ResolutionExtensions extends AnyVal

    Permalink
  19. type ResolutionProcess = coursier.core.ResolutionProcess

    Permalink
  20. final class Resolve[F[_]] extends Product with Serializable

    Permalink
  21. type Type = coursier.core.Type

    Permalink
  22. final class Versions[F[_]] extends Product with Serializable

    Permalink

Value Members

  1. object Artifacts extends Serializable

    Permalink
  2. object Attributes extends Serializable

    Permalink
  3. val Classifier: coursier.core.Classifier.type

    Permalink
  4. object Dependency extends Serializable

    Permalink
  5. object Fetch extends Serializable

    Permalink
  6. val Info: coursier.core.Info.type

    Permalink
  7. object LocalRepositories

    Permalink
  8. val MavenRepository: coursier.maven.MavenRepository.type

    Permalink
  9. object Module extends Serializable

    Permalink
  10. val ModuleName: coursier.core.ModuleName.type

    Permalink
  11. val Organization: coursier.core.Organization.type

    Permalink
  12. val Profile: coursier.core.Profile.type

    Permalink
  13. val Project: coursier.core.Project.type

    Permalink
  14. object Repositories

    Permalink
  15. val Repository: coursier.core.Repository.type

    Permalink
  16. object Resolution extends Serializable

    Permalink
  17. val ResolutionProcess: coursier.core.ResolutionProcess.type

    Permalink
  18. object Resolve extends PlatformResolve with Serializable

    Permalink
  19. val Type: coursier.core.Type.type

    Permalink
  20. object Versions extends Serializable

    Permalink
  21. package complete

    Permalink
  22. implicit def dependencyString(sc: StringContext): SafeDependency

    Permalink
  23. package error

    Permalink
  24. package internal

    Permalink
  25. implicit def ivyRepositoryString(sc: StringContext): SafeIvyRepository

    Permalink
  26. implicit def mavenRepositoryString(sc: StringContext): SafeMavenRepository

    Permalink
  27. implicit def moduleExclString(sc: StringContext): SafeModuleExclusionMatcher

    Permalink
  28. implicit def moduleInclString(sc: StringContext): SafeModuleInclusionMatcher

    Permalink
  29. implicit def moduleNameString(sc: StringContext): SafeModuleName

    Permalink
  30. implicit def moduleString(sc: StringContext): SafeModule

    Permalink
  31. implicit def organizationString(sc: StringContext): SafeOrganization

    Permalink
  32. package params

    Permalink
  33. package parse

    Permalink
  34. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped