Packages

p

coursier

package coursier

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. Protected

Package Members

  1. package internal

Type Members

  1. type Attributes = coursier.core.Attributes
  2. type BomDependency = coursier.core.BomDependency
  3. type Classifier = coursier.core.Classifier
  4. type Dependency = coursier.core.Dependency
  5. type Info = coursier.core.Info
  6. type MavenRepository = coursier.maven.MavenRepository
  7. type Module = coursier.core.Module
  8. type ModuleName = coursier.core.ModuleName
  9. type ModuleVersion = (coursier.core.Module, String)
  10. type Organization = coursier.core.Organization
  11. type Profile = coursier.core.Profile
  12. type Project = coursier.core.Project
  13. type ProjectCache = Map[ModuleVersion, (ArtifactSource, Project)]
  14. type Repository = coursier.core.Repository
  15. type Resolution = coursier.core.Resolution
  16. type ResolutionProcess = coursier.core.ResolutionProcess
  17. type Type = coursier.core.Type
  18. type Variant = coursier.core.Variant
  19. type VariantSelector = coursier.core.VariantSelector
  20. type VersionConstraint = coursier.version.VersionConstraint

Value Members

  1. val BomDependency: coursier.core.BomDependency.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. val Variant: coursier.core.Variant.type
  13. val VariantSelector: coursier.core.VariantSelector.type
  14. val VersionConstraint: coursier.version.VersionConstraint.type
  15. implicit def dependencyString(sc: StringContext): SafeDependency
  16. implicit def ivyRepositoryString(sc: StringContext): SafeIvyRepository
  17. implicit def mavenRepositoryString(sc: StringContext): SafeMavenRepository
  18. implicit def moduleExclString(sc: StringContext): SafeModuleExclusionMatcher
  19. implicit def moduleInclString(sc: StringContext): SafeModuleInclusionMatcher
  20. implicit def moduleNameString(sc: StringContext): SafeModuleName
  21. implicit def moduleString(sc: StringContext): SafeModule
  22. implicit def organizationString(sc: StringContext): SafeOrganization

Inherited from AnyRef

Inherited from Any

Ungrouped