object ToCoursier

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToCoursier
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def authentication(authentication: Authentication): coursier.core.Authentication
  6. def cacheLogger(logger: CacheLogger): coursier.cache.CacheLogger
  7. def cachePolicy(r: CachePolicy): coursier.cache.CachePolicy
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def configuration(configuration: Configuration): coursier.core.Configuration
  10. def credentials(credentials: Credentials): Credentials
  11. def dependency(dependency: Dependency): coursier.core.Dependency
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def module(organization: String, name: String, attributes: Map[String, String] = Map.empty): coursier.core.Module
  19. def module(mod: Module): coursier.core.Module
  20. def moduleMatchers(matcher: ModuleMatchers): coursier.util.ModuleMatchers
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def project(project: Project): coursier.core.Project
  25. def publication(publication: Publication): coursier.core.Publication
  26. def reconciliation(rs: Vector[(ModuleMatchers, Reconciliation)]): Vector[(coursier.util.ModuleMatchers, coursier.core.Reconciliation)]
  27. def reconciliation(r: Reconciliation): coursier.core.Reconciliation
  28. def sameVersions(sv: Seq[Set[InclExclRule]]): Seq[(SameVersion, RuleResolution)]
  29. def strict(strict: Strict): coursier.params.rule.Strict
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped