Class/Object

coursier.core

Dependency

Related Docs: object Dependency | package core

Permalink

final class Dependency extends AnyRef

Dependencies with the same @module will typically see their @version-s merged.

The remaining fields are left untouched, some being transitively propagated (exclusions, optional, in particular).

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attributes: Attributes

    Permalink
  6. lazy val clearExclusions: Dependency

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val configuration: Configuration

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Dependency → AnyRef → Any
  11. val exclusions: Set[(Organization, ModuleName)]

    Permalink
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val hashCode: Int

    Permalink
    Definition Classes
    Dependency → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def mavenPrefix: String

    Permalink
  17. val module: Module

    Permalink
  18. lazy val moduleVersion: (Module, String)

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val optional: Boolean

    Permalink
  23. val publication: Publication

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    Dependency → AnyRef → Any
  26. val transitive: Boolean

    Permalink
  27. val version: String

    Permalink
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withAttributes(attributes: Attributes): Dependency

    Permalink
  32. def withConfiguration(configuration: Configuration): Dependency

    Permalink
  33. def withExclusions(exclusions: Set[(Organization, ModuleName)]): Dependency

    Permalink
  34. def withModule(module: Module): Dependency

    Permalink
  35. def withOptional(optional: Boolean): Dependency

    Permalink
  36. def withPublication(name: String, type: Type, ext: Extension, classifier: Classifier): Dependency

    Permalink
  37. def withPublication(name: String, type: Type, ext: Extension): Dependency

    Permalink
  38. def withPublication(name: String, type: Type): Dependency

    Permalink
  39. def withPublication(name: String): Dependency

    Permalink
  40. def withPublication(publication: Publication): Dependency

    Permalink
  41. def withTransitive(transitive: Boolean): Dependency

    Permalink
  42. def withVersion(version: String): Dependency

    Permalink

Deprecated Value Members

  1. def copy(module: Module = module, version: String = version, configuration: Configuration = configuration, exclusions: Set[(Organization, ModuleName)] = exclusions, attributes: Attributes = attributes, optional: Boolean = optional, transitive: Boolean = transitive): Dependency

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC3) Use the with* methods instead

Inherited from AnyRef

Inherited from Any

Ungrouped