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. type Artifact = coursier.core.Artifact

    Permalink
  2. final class Artifacts[F[_]] extends AnyRef

    Permalink
  3. type Attributes = coursier.core.Attributes

    Permalink
  4. type Classifier = coursier.core.Classifier

    Permalink
  5. type Dependency = coursier.core.Dependency

    Permalink
  6. final class Fetch[F[_]] extends AnyRef

    Permalink
  7. type Info = coursier.core.Info

    Permalink
  8. type MavenRepository = coursier.maven.MavenRepository

    Permalink
  9. type Module = coursier.core.Module

    Permalink
  10. type ModuleName = coursier.core.ModuleName

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

    Permalink
  12. type Organization = coursier.core.Organization

    Permalink
  13. abstract class PlatformResolve extends AnyRef

    Permalink
  14. type Profile = coursier.core.Profile

    Permalink
  15. type Project = coursier.core.Project

    Permalink
  16. type ProjectCache = Map[ModuleVersion, (Source, Project)]

    Permalink
  17. type Repository = coursier.core.Repository

    Permalink
  18. type Resolution = coursier.core.Resolution

    Permalink
  19. implicit final class ResolutionExtensions extends AnyVal

    Permalink
  20. type ResolutionProcess = coursier.core.ResolutionProcess

    Permalink
  21. final class Resolve[F[_]] extends AnyRef

    Permalink
  22. type Type = coursier.core.Type

    Permalink

Value Members

  1. val Artifact: coursier.core.Artifact.type

    Permalink
  2. object Artifacts

    Permalink
  3. object Attributes extends Serializable

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

    Permalink
  5. object Dependency extends Serializable

    Permalink
  6. object Fetch

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

    Permalink
  8. object LocalRepositories

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

    Permalink
  10. object Module extends Serializable

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

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

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

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

    Permalink
  15. object Repositories

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

    Permalink
  17. object Resolution extends Serializable

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

    Permalink
  19. object Resolve extends PlatformResolve

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

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

    Permalink
  22. package error

    Permalink
  23. package internal

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

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

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

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

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

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

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

    Permalink
  31. package params

    Permalink
  32. package parse

    Permalink
  33. package util

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped