final class Dependency extends Product with Serializable
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dependency
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Dependency(module: Module, version: String, configuration: Configuration, exclusions: Set[(Organization, ModuleName)], publication: Publication, optional: Boolean, transitive: Boolean)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributes: Attributes
- def canEqual(obj: Any): Boolean
- Definition Classes
- Dependency → Equals
- lazy val clearExclusions: Dependency
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val configuration: Configuration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Dependency → Equals → AnyRef → Any
- val exclusions: Set[(Organization, ModuleName)]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- lazy val hashCode: Int
- Definition Classes
- Dependency → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mavenPrefix: String
- val module: Module
- lazy val moduleVersion: (Module, String)
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val optional: Boolean
- def productArity: Int
- Definition Classes
- Dependency → Product
- def productElement(n: Int): Any
- Definition Classes
- Dependency → Product
- def productElementName(n: Int): String
- Definition Classes
- Dependency → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Dependency → Product
- val publication: Publication
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Dependency → AnyRef → Any
- val transitive: Boolean
- val version: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAttributes(attributes: Attributes): Dependency
- def withConfiguration(configuration: Configuration): Dependency
- def withExclusions(exclusions: Set[(Organization, ModuleName)]): Dependency
- def withModule(module: Module): Dependency
- def withOptional(optional: Boolean): Dependency
- def withPublication(publication: Publication): Dependency
- def withPublication(name: String, type: Type, ext: Extension, classifier: Classifier): Dependency
- def withPublication(name: String, type: Type, ext: Extension): Dependency
- def withPublication(name: String, type: Type): Dependency
- def withPublication(name: String): Dependency
- def withTransitive(transitive: Boolean): Dependency
- def withVersion(version: String): Dependency