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. type Attributes = coursier.core.Attributes
  3. type Dependency = coursier.core.Dependency
  4. type Info = coursier.core.Info
  5. type MavenRepository = coursier.maven.MavenRepository
  6. type Module = coursier.core.Module
  7. type ModuleVersion = (coursier.core.Module, String)
  8. type Profile = coursier.core.Profile
  9. type Project = coursier.core.Project
  10. type ProjectCache = Map[ModuleVersion, (Source, Project)]
  11. type Repository = coursier.core.Repository
  12. type Resolution = coursier.core.Resolution
  13. implicit final class ResolutionExtensions extends AnyVal
  14. type ResolutionProcess = coursier.core.ResolutionProcess

Value Members

  1. val Artifact: coursier.core.Artifact.type
  2. val Info: coursier.core.Info.type
  3. val MavenRepository: coursier.maven.MavenRepository.type
  4. val Profile: coursier.core.Profile.type
  5. val Project: coursier.core.Project.type
  6. val Repository: coursier.core.Repository.type
  7. val ResolutionProcess: coursier.core.ResolutionProcess.type
  8. object Attributes extends Serializable
  9. object Dependency extends Serializable
  10. object Fetch
  11. object Module extends Serializable
  12. object Resolution extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped