object Dependency

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. 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
  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]
  10. def from(pom: Node, scalaBinaryVersionName: Option[Name]): Seq[Dependency]
  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
  15. def isScalaLib(dependency: Dependency): Boolean
  16. def java(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]): Dependency
  17. implicit val namedDependency: Named[Dependency]
  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
  22. implicit val renderDependency: ReferencedRender[Dependency]
  23. def scala(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]): Dependency
  24. def scope(dependency: Dependency): Scope
  25. implicit val show: Show[Dependency]
  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])
  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 AnyRef

Inherited from Any

Ungrouped