Version

replpp.shaded.coursier.core.Version
See theVersion companion class
object Version

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Version.type

Members list

Type members

Classlikes

case class BigNumber(value: BigInt) extends Numeric

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Numeric
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
case class BuildMetadata(value: String) extends Item

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
sealed abstract class Item extends Ordered[Item]

Attributes

Supertypes
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Known subtypes
object Max
object Min
class Numeric
class BigNumber
class Number
class Tag
Show all
case object Max extends Item

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
Self type
Max.type
case object Min extends Item

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
Self type
Min.type
case class Number(value: Int) extends Numeric

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Numeric
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
sealed abstract class Numeric extends Item

Attributes

Supertypes
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
Known subtypes
class BigNumber
class Number
final implicit class RichChar(val c: Char) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
case class Tag(value: String) extends Item

Tags represent prerelease tags, typically appearing after - for SemVer compatible versions.

Tags represent prerelease tags, typically appearing after - for SemVer compatible versions.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Item
trait Ordered[Item]
trait Comparable[Item]
class Object
trait Matchable
class Any
Show all
object Tokenizer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Tokenizer.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def isBuildMetadata(item: Item): Boolean
def isNumeric(item: Item): Boolean
def items(repr: String): Vector[Item]
def listCompare(first0: Vector[Item], second0: Vector[Item]): Int

Concrete fields

val empty: Number

Implicits

Implicits

final implicit def RichChar(c: Char): RichChar