pomutil

Dependency

case class Dependency(groupId: String, artifactId: String, version: String, type: String = Dependency.DefaultType, classifier: Option[String] = scala.None, scope: String = Dependency.DefaultScope, systemPath: Option[String] = scala.None, optional: Boolean = false, exclusions: Set[(String, String)] = ...) extends Product with Serializable

Project dependency metadata.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dependency
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dependency(groupId: String, artifactId: String, version: String, type: String = Dependency.DefaultType, classifier: Option[String] = scala.None, scope: String = Dependency.DefaultScope, systemPath: Option[String] = scala.None, optional: Boolean = false, exclusions: Set[(String, String)] = ...)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val artifactId: String

  7. def artifactName: String

    Returns the name of the artifact described by this dependency.

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val classifier: Option[String]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. val exclusions: Set[(String, String)]

  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. val groupId: String

  16. def id: String

    Returns an identifier that encompases the group, artifact and version.

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isSnapshot: Boolean

    Returns true if this dependency references a snapshot artifact, false otherwise.

  19. def localArtifact: Option[File]

    Locates the specified dependency in the user's local Maven repository and returns the artifact file, if it exists.

  20. def localPOM: Option[File]

    Locates the specified dependency in the user's local Maven repository and returns the POM file, if it exists.

  21. def mgmtKey: String

    Returns the key used to correlate this dependency with those specified in a dependencyManagement section of this or a parent POM.

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. val optional: Boolean

  26. def pomName: String

    Returns the name of the POM that describes this dependency.

  27. def repositoryPath: Seq[String]

    Returns the path to this artifact, relative to the Maven repo root.

  28. val scope: String

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

    Definition Classes
    AnyRef
  30. val systemPath: Option[String]

  31. val type: String

  32. val version: String

  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped