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
Learn more about member selection
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. final case class FallbackDependenciesRepository(fallbacks: Map[(Module, String), (URL, Boolean)], localArtifactsShouldBeCached: Boolean = false) extends Repository with Product with Serializable

  5. type Info = coursier.core.Info

  6. type MavenRepository = coursier.maven.MavenRepository

  7. type Module = coursier.core.Module

  8. type ModuleVersion = (coursier.core.Module, String)

  9. type Profile = coursier.core.Profile

  10. type Project = coursier.core.Project

  11. type ProjectCache = Map[(coursier.core.Module, String), (Source, Project)]

  12. type Repository = coursier.core.Repository

  13. type Resolution = coursier.core.Resolution

  14. type ResolutionProcess = coursier.core.ResolutionProcess

Value Members

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

  2. object FallbackDependenciesRepository extends Serializable

  3. val Info: coursier.core.Info.type

  4. val MavenRepository: coursier.maven.MavenRepository.type

  5. val Profile: coursier.core.Profile.type

  6. val Project: coursier.core.Project.type

  7. val Repository: coursier.core.Repository.type

  8. val ResolutionProcess: coursier.core.ResolutionProcess.type

  9. package extra

Inherited from AnyRef

Inherited from Any

Ungrouped