Packages

object autoImport

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. autoImport
  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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val coursierCache: SettingKey[File]
  7. val coursierExtraCredentials: TaskKey[Seq[lmcoursier.credentials.Credentials]]
  8. val coursierExtraProjects: TaskKey[Seq[lmcoursier.definitions.Project]]
  9. val coursierFallbackDependencies: TaskKey[Seq[FallbackDependency]]
  10. val coursierGenerateIvyXml: SettingKey[Boolean]
  11. val coursierInterProjectDependencies: TaskKey[Seq[lmcoursier.definitions.Project]]
  12. val coursierKeepPreloaded: SettingKey[Boolean]
  13. val coursierLogger: TaskKey[Option[CacheLogger]]
  14. val coursierProject: TaskKey[lmcoursier.definitions.Project]
  15. val coursierPublications: TaskKey[Seq[(Configuration, Publication)]]
  16. val coursierRecursiveResolvers: TaskKey[Seq[Resolver]]
  17. val coursierReorderResolvers: SettingKey[Boolean]
  18. val coursierResolvers: TaskKey[Seq[Resolver]]
  19. val coursierSbtResolvers: TaskKey[Seq[Resolver]]
  20. val coursierUseSbtCredentials: SettingKey[Boolean]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val mavenProfiles: SettingKey[Set[String]]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val sbtCoursierVersion: String
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. val versionReconciliation: TaskKey[Seq[ModuleID]]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. val coursierCredentials: TaskKey[Map[String, Credentials]]
    Annotations
    @deprecated
    Deprecated

    (Since version 1.1.0-M14) Use coursierExtraCredentials rather than coursierCredentials

Inherited from AnyRef

Inherited from Any

Ungrouped