object Dependency extends DependencyPlus

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

Type Members

  1. implicit final class DependencyOps extends AnyVal
  2. final case class Java(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]) extends Dependency with Product with Serializable
  3. final case class Scala(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]) extends Dependency with Product with Serializable

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 artifactId(dependency: Dependency): ArtifactId
    Definition Classes
    DependencyPlus
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def exclusions(dependency: Dependency): List[Exclusion]
    Definition Classes
    DependencyPlus
  10. def from(pom: Node, scalaBinaryVersionName: Option[Name]): Seq[Dependency]
    Definition Classes
    DependencyPlus
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isJavaLib(dependency: Dependency): Boolean
    Definition Classes
    DependencyPlus
  15. def isScalaLib(dependency: Dependency): Boolean
    Definition Classes
    DependencyPlus
  16. def java(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]): Dependency
  17. implicit val namedDependency: Named[Dependency]
    Definition Classes
    DependencyPlus
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def render(propsName: PropsName, libsName: LibsName, libs: Libs, dependency: Dependency): RenderedString
    Definition Classes
    DependencyPlus
  22. implicit val renderDependency: ReferencedRender[Dependency]
    Definition Classes
    DependencyPlus
  23. def scala(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]): Dependency
  24. def scope(dependency: Dependency): Scope
    Definition Classes
    DependencyPlus
  25. implicit val show: Show[Dependency]
    Definition Classes
    DependencyPlus
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def tupled(dependency: Dependency): (GroupId, ArtifactId, Version, Scope, List[Exclusion])
    Definition Classes
    DependencyPlus
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DependencyPlus

Inherited from AnyRef

Inherited from Any

Ungrouped