Version

replpp.shaded.coursier.core.Version
See theVersion companion object
case class Version(repr: String) extends Ordered[Version]

Used internally by Resolver.

Same kind of ordering as aether-util/src/main/java/org/eclipse/aether/util/version/GenericVersion.java

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[Version]
trait Comparable[Version]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def compare(other: Version): Int
def isEmpty: Boolean

Inherited methods

def <(that: Version): Boolean

Attributes

Inherited from:
Ordered
def <=(that: Version): Boolean

Attributes

Inherited from:
Ordered
def >(that: Version): Boolean

Attributes

Inherited from:
Ordered
def >=(that: Version): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: Version): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val items: Vector[Item]