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

Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped