Packages

p

coursier

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
  2. final class Artifacts[F[_]] extends AnyRef
  3. type Attributes = coursier.core.Attributes
  4. type Classifier = coursier.core.Classifier
  5. type Dependency = coursier.core.Dependency
  6. final class Fetch[F[_]] extends AnyRef
  7. type Info = coursier.core.Info
  8. type MavenRepository = coursier.maven.MavenRepository
  9. type Module = coursier.core.Module
  10. type ModuleName = coursier.core.ModuleName
  11. type ModuleVersion = (coursier.core.Module, String)
  12. type Organization = coursier.core.Organization
  13. abstract class PlatformResolve extends AnyRef
  14. type Profile = coursier.core.Profile
  15. type Project = coursier.core.Project
  16. type ProjectCache = Map[ModuleVersion, (Source, Project)]
  17. type Repository = coursier.core.Repository
  18. type Resolution = coursier.core.Resolution
  19. implicit final class ResolutionExtensions extends AnyVal
  20. type ResolutionProcess = coursier.core.ResolutionProcess
  21. final class Resolve[F[_]] extends AnyRef
  22. type Type = coursier.core.Type

Value Members

  1. val Artifact: coursier.core.Artifact.type
  2. val Classifier: coursier.core.Classifier.type
  3. val Info: coursier.core.Info.type
  4. val MavenRepository: coursier.maven.MavenRepository.type
  5. val ModuleName: coursier.core.ModuleName.type
  6. val Organization: coursier.core.Organization.type
  7. val Profile: coursier.core.Profile.type
  8. val Project: coursier.core.Project.type
  9. val Repository: coursier.core.Repository.type
  10. val ResolutionProcess: coursier.core.ResolutionProcess.type
  11. val Type: coursier.core.Type.type
  12. implicit def dependencyString(sc: StringContext): SafeDependency
  13. implicit def ivyRepositoryString(sc: StringContext): SafeIvyRepository
  14. implicit def mavenRepositoryString(sc: StringContext): SafeMavenRepository
  15. implicit def moduleExclString(sc: StringContext): SafeModuleExclusionMatcher
  16. implicit def moduleInclString(sc: StringContext): SafeModuleInclusionMatcher
  17. implicit def moduleNameString(sc: StringContext): SafeModuleName
  18. implicit def moduleString(sc: StringContext): SafeModule
  19. implicit def organizationString(sc: StringContext): SafeOrganization
  20. object Artifacts
  21. object Attributes extends Serializable
  22. object Dependency extends Serializable
  23. object Fetch
  24. object LocalRepositories
  25. object Module extends Serializable
  26. object Repositories
  27. object Resolution extends Serializable
  28. object Resolve extends PlatformResolve

Inherited from AnyRef

Inherited from Any

Ungrouped