Packages

o

coursier.parse

DependencyParser

object DependencyParser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyParser
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def dependencies(inputs: Seq[String], defaultScalaVersion: String, defaultConfiguration: Configuration): ValidationNel[String, Seq[core.Dependency]]
  7. def dependencies(inputs: Seq[String], defaultScalaVersion: String): ValidationNel[String, Seq[core.Dependency]]
  8. def dependenciesParams(inputs: Seq[String], defaultConfiguration: Configuration, defaultScalaVersion: String): ValidationNel[String, Seq[(core.Dependency, Map[String, String])]]
  9. def dependency(input: String, defaultScalaVersion: String, defaultConfiguration: Configuration): Either[String, core.Dependency]
  10. def dependency(input: String, defaultScalaVersion: String): Either[String, core.Dependency]
  11. def dependencyParams(input: String, defaultScalaVersion: String, defaultConfiguration: Configuration): Either[String, (core.Dependency, Map[String, String])]

    Parses coordinates like org:name:version with attributes, like org:name:version,attr1=val1,attr2=val2 and a configuration, like org:name:version:config or org:name:version:config,attr1=val1,attr2=val2

    Parses coordinates like org:name:version with attributes, like org:name:version,attr1=val1,attr2=val2 and a configuration, like org:name:version:config or org:name:version:config,attr1=val1,attr2=val2

    Currently only the "classifier", "type", "extension", and "url attributes are used, and others throw errors.

  12. def dependencyParams(input: String, defaultScalaVersion: String): Either[String, (core.Dependency, Map[String, String])]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def javaOrScalaDependencies(inputs: Seq[String], defaultConfiguration: Configuration): ValidationNel[String, Seq[JavaOrScalaDependency]]
  20. def javaOrScalaDependencies(inputs: Seq[String]): ValidationNel[String, Seq[JavaOrScalaDependency]]
  21. def javaOrScalaDependenciesParams(inputs: Seq[String], defaultConfiguration: Configuration): ValidationNel[String, Seq[(JavaOrScalaDependency, Map[String, String])]]
  22. def javaOrScalaDependenciesParams(inputs: Seq[String]): ValidationNel[String, Seq[(JavaOrScalaDependency, Map[String, String])]]
  23. def javaOrScalaDependencyParams(input: String, defaultConfiguration: Configuration): Either[String, (JavaOrScalaDependency, Map[String, String])]

    Parses coordinates like org:name:version with attributes, like org:name:version,attr1=val1,attr2=val2 and a configuration, like org:name:version:config or org:name:version:config,attr1=val1,attr2=val2

    Parses coordinates like org:name:version with attributes, like org:name:version,attr1=val1,attr2=val2 and a configuration, like org:name:version:config or org:name:version:config,attr1=val1,attr2=val2

    Currently only the "classifier" and "url attributes are used, and others throw errors.

  24. def javaOrScalaDependencyParams(input: String): Either[String, (JavaOrScalaDependency, Map[String, String])]
  25. def moduleVersion(input: String, defaultScalaVersion: String): Either[String, (core.Module, String)]

    Parses coordinates like org:name:version possibly with attributes, like org:name;attr1=val1;attr2=val2:version

  26. def moduleVersions(inputs: Seq[String], defaultScalaVersion: String): ValidationNel[String, Seq[(core.Module, String)]]
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped