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. case class Cache(cache: File) extends Product with Serializable

  4. sealed trait CachePolicy extends AnyRef

  5. type Dependency = coursier.core.Dependency

  6. sealed trait FileError extends AnyRef

  7. case class Files(cache: Seq[(String, File)], tmp: () ⇒ File, concurrentDownloadCount: Int = ...) extends Product with Serializable

  8. type MavenRepository = coursier.maven.MavenRepository

  9. type Module = coursier.core.Module

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

  11. type Profile = coursier.core.Profile

  12. type Project = coursier.core.Project

  13. type Repository = coursier.core.Repository

  14. type Resolution = coursier.core.Resolution

  15. type ResolutionProcess = coursier.core.ResolutionProcess

  16. type Scope = coursier.core.Scope

Value Members

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

  2. object Cache extends Serializable

  3. object CachePolicy

  4. object Fetch

  5. object FileError

  6. object Files extends Serializable

  7. val MavenRepository: coursier.maven.MavenRepository.type

  8. object Platform

  9. val Profile: coursier.core.Profile.type

  10. val Project: coursier.core.Project.type

  11. val Repository: coursier.core.Repository.type

  12. val ResolutionProcess: coursier.core.ResolutionProcess.type

  13. val Scope: coursier.core.Scope.type

Inherited from AnyRef

Inherited from Any

Ungrouped