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

Type Members

  1. type Artifact = coursier.core.Artifact
  2. type Attributes = coursier.core.Attributes
  3. trait AuthenticatedURLConnection extends URLConnection
  4. class CachePath extends AnyRef

    Cache paths logic, shared by the cache and bootstrap modules

  5. sealed abstract class CachePolicy extends Product with Serializable
  6. final class CoursierPaths extends AnyRef

    Computes Coursier's directories according to the standard defined by operating system Coursier is running on.

  7. type Dependency = coursier.core.Dependency
  8. sealed abstract class FileError extends Product with Serializable
  9. type Info = coursier.core.Info
  10. type MavenRepository = coursier.maven.MavenRepository
  11. type Module = coursier.core.Module
  12. type ModuleVersion = (coursier.core.Module, String)
  13. type Profile = coursier.core.Profile
  14. type Project = coursier.core.Project
  15. type ProjectCache = Map[ModuleVersion, (Source, Project)]
  16. type Repository = coursier.core.Repository
  17. type Resolution = coursier.core.Resolution
  18. type ResolutionProcess = coursier.core.ResolutionProcess
  19. class TermDisplay extends Logger

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 Cache
  9. object CacheParse
  10. object CachePolicy extends Serializable
  11. object FileError extends Serializable
  12. object TermDisplay
  13. object Terminal

Inherited from AnyRef

Inherited from Any

Ungrouped