c

coursierapi

Dependency

final class Dependency extends Serializable

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

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. def addExclusion(organization: String, name: String): Dependency
  5. def addOverride(organization: String, name: String, version: String): Dependency
  6. def addOverride(key: Key, values: Values): Dependency
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(o: AnyRef): Boolean
    Definition Classes
    Dependency → AnyRef → Any
    Annotations
    @Override()
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getClassifier(): String
  14. def getConfiguration(): String
  15. def getExclusions(): Set[Entry[String, String]]
  16. def getModule(): Module
  17. def getOverrides(): Map[Key, Values]
  18. def getPublication(): Publication
  19. def getType(): String
  20. def getVersion(): String
  21. def hashCode(): Int
    Definition Classes
    Dependency → AnyRef → Any
    Annotations
    @Override()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isTransitive(): Boolean
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Dependency → AnyRef → Any
    Annotations
    @Override()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def withClassifier(classifier: String): Dependency
  33. def withConfiguration(configuration: String): Dependency
  34. def withExclusion(exclusions: Set[Entry[String, String]]): Dependency
  35. def withModule(module: Module): Dependency
  36. def withOverrides(overrides: Map[Key, Values]): Dependency
  37. def withPublication(publication: Publication): Dependency
  38. def withTransitive(transitive: Boolean): Dependency
  39. def withType(type: String): Dependency
  40. def withVersion(version: String): Dependency

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped